Clean up some #defines
[blerg.git] / database.h
index ab5cb97..ed9707d 100644 (file)
@@ -31,5 +31,6 @@ struct blerg *blerg_open(const char *);
 int blerg_close(struct blerg *);
 int blerg_store(struct blerg *, const char *, int);
 int blerg_fetch(struct blerg *, int, char **, int *);
+uint64_t blerg_get_record_count(struct blerg *);
 
 #endif //_DATABASE_H