forked from jchomaz/Vulture
Tracking de l'application VNode (moteur du jeu, services, broker.. etc
This commit is contained in:
12
VNode/_software_lib/nanomq-0.22.10/include/nanomq/db_cli.h
Normal file
12
VNode/_software_lib/nanomq-0.22.10/include/nanomq/db_cli.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef DB_CLI_H
|
||||
#define DB_CLI_H
|
||||
|
||||
#include "fdb_version.h"
|
||||
#include <pthread.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <foundationdb/fdb_c.h>
|
||||
#include <foundationdb/fdb_c_options.g.h>
|
||||
|
||||
FDBDatabase* openDatabase(pthread_t* netThread);
|
||||
#endif
|
||||
Reference in New Issue
Block a user