Finish user creation
[blerg.git] / database.h
index 7c90308..ab5cb97 100644 (file)
@@ -26,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);