You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/sqlite3/sqlite-rembed-source/sqlite-rembed.h

15 lines
267 B

#ifndef _SQLITE_REMBED_H
#define _SQLITE_REMBED_H
#ifdef __cplusplus
extern "C" {
#endif
int sqlite3_rembed_init(sqlite3*, char**, const sqlite3_api_routines*);
#ifdef __cplusplus
} /* end of the 'extern "C"' block */
#endif
#endif /* ifndef _SQLITE_REMBED_H */