mirror of
https://github.com/libretro/RetroArch
synced 2025-03-06 04:13:52 +00:00
(libretro-db) Cleanup some headers
This commit is contained in:
parent
b5a462dc38
commit
753e58fee5
@ -7,14 +7,14 @@
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "query.h"
|
||||
#include "rmsgpack_dom.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct libretrodb_query libretrodb_query_t;
|
||||
|
||||
typedef struct libretrodb libretrodb_t;
|
||||
|
||||
typedef struct libretrodb_cursor libretrodb_cursor_t;
|
||||
|
@ -2,6 +2,9 @@
|
||||
#define __LIBRETRODB_QUERY_H__
|
||||
|
||||
#include "libretrodb.h"
|
||||
#include "rmsgpack_dom.h"
|
||||
|
||||
typedef struct libretrodb_query libretrodb_query_t;
|
||||
|
||||
void libretrodb_query_inc_ref(libretrodb_query_t *q);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user