You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-23 23:33:01 +02:00
CLI v1.0.168
This commit is contained in:
11
ReactNativeClient/lib/sql-extensions/sqlite/ext/fts1/fts1.h
Normal file
11
ReactNativeClient/lib/sql-extensions/sqlite/ext/fts1/fts1.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "sqlite3.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
int sqlite3Fts1Init(sqlite3 *db);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif /* __cplusplus */
|
||||
Reference in New Issue
Block a user