blob: 32583116e6e0c9e32315e16cd4fc6b0b42109095 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
|