(libretrodb) Move MAGIC_NUMBER out of header
This commit is contained in:
parent
1741b0c2c1
commit
caa01d5fee
|
@ -21,6 +21,8 @@
|
|||
#include "query.h"
|
||||
#include "libretrodb.h"
|
||||
|
||||
#define MAGIC_NUMBER "RARCHDB"
|
||||
|
||||
struct node_iter_ctx
|
||||
{
|
||||
libretrodb_t *db;
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
#endif
|
||||
#include "rmsgpack_dom.h"
|
||||
|
||||
#define MAGIC_NUMBER "RARCHDB"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue