11 lines
192 B
C
11 lines
192 B
C
#ifndef API_H_
|
|
|
|
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);
|
|
|
|
#define API_H_
|
|
#endif
|