X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=database%2Fdatabase.h;fp=database%2Fdatabase.h;h=79712494fe01b68d963f6ef185269bdb277076a6;hb=0647b76522be38edfe4b1fbae32addbbf8bb4128;hp=e60d6099698ab6fcc915e9b317a0f235c8437c54;hpb=f150483b5abafe36f63821457e7867373dc7c49d;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);