mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-03 15:54:39 +00:00
(rarchdb.h) Fix 'no previous prototype for function' warning
This commit is contained in:
parent
21b8898884
commit
16b86e10fd
@ -25,4 +25,6 @@ int rarchdb_read_reset(struct rarchdb *db);
|
||||
int rarchdb_create_index(struct rarchdb *db, const char* name, const char *field_name);
|
||||
int rarchdb_find_entry(struct rarchdb *db, const char *index_name, const void *key);
|
||||
|
||||
uint64_t rarchdb_tell(struct rarchdb *db);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user