Some refactoring, remove build bits for libmicrohttpd
[blerg.git] / database.h
index 69043e6..ab5cb97 100644 (file)
@@ -17,6 +17,7 @@ struct blerg {
        int meta_fd;
        int index_fd;
        int data_fd;
+       char *name;
        char *base_path;
        struct meta *meta;
        struct record *index;
@@ -25,6 +26,7 @@ struct blerg {
        int data_size;
 };
 
+int blerg_exists(const char *);
 struct blerg *blerg_open(const char *);
 int blerg_close(struct blerg *);
 int blerg_store(struct blerg *, const char *, int);