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
2023-08-04 02:19:55 -06:00

13 lines
217 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);
extern char const * db;
#define API_H_
#endif