X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=database%2Fdatabase.h;h=79712494fe01b68d963f6ef185269bdb277076a6;hb=54b5d73aeda6ebd01f49a8a2234a28ef6bfc3c24;hp=e60d6099698ab6fcc915e9b317a0f235c8437c54;hpb=7a6eb2318ad7e2c245649213780ad14ecc9a64a7;p=blerg.git diff --git a/database/database.h b/database/database.h index e60d609..7971249 100644 --- a/database/database.h +++ b/database/database.h @@ -40,6 +40,7 @@ struct blerg { #define BLERG_INVALID_RECORD 0xFFFFFFFFFFFFFFFF +int blerg_init(); int blerg_exists(const char *name); struct blerg *blerg_open(const char *name); int blerg_close(struct blerg *blerg);