diff options
| author | Emil | 2023-08-04 09:13:47 -0600 |
|---|---|---|
| committer | Emil | 2023-08-04 09:13:47 -0600 |
| commit | 935243d8b4ea992c50315f0c8fcb300365a5762d (patch) | |
| tree | c22d800773997b7b267d5d6cba5931f22ee2be64 /include/api.h | |
| download | emil-probotic-935243d8b4ea992c50315f0c8fcb300365a5762d.tar.xz emil-probotic-935243d8b4ea992c50315f0c8fcb300365a5762d.tar.zst | |
Diffstat (limited to 'include/api.h')
| -rw-r--r-- | include/api.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/api.h b/include/api.h new file mode 100644 index 0000000..3258311 --- /dev/null +++ b/include/api.h @@ -0,0 +1,13 @@ +#ifndef API_H_ + +VARDECL char const * db; + +DECL int api_init(void); +DECL void api_rope(void); +DECL void rope(void); +DECL char * remind(char * who); +DECL char * raw(char const * const sql); +DECL int is_no_assignment(char const * const who); + +#define API_H_ +#endif |
