summaryrefslogtreecommitdiff
path: root/index.c
blob: 87aeaa305bbada89fd9c6739c0f915a5da6c5549 (plain)
1
2
3
4
5
6
7
#define _XOPEN_SOURCE 700

#include "blog.h"

void add_to_index(const char *path, const char *title)
{
}