This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
probotic/include/api.h

14 lines
269 B
C
Raw Normal View History

2023-08-02 15:27:59 -04:00
#ifndef API_H_
2023-08-02 14:53:32 -04:00
VARDECL char const * db;
DECL int api_init(void);
DECL void api_rope(void);
DECL void rope(void);
DECL char * remind(char * who);
2023-08-03 23:27:25 -04:00
DECL char * raw(char const * const sql);
DECL int is_no_assignment(char const * const who);
2023-08-02 15:27:59 -04:00
#define API_H_
#endif