fix types regarding api prototypes

This commit is contained in:
anon 2023-08-03 12:43:43 +02:00
parent fd5b813644
commit 1c6ded5f0a

View File

@ -15,5 +15,10 @@ DECL void parse_command(char * cmd);
DECL int parse_creds(char const * creds_file);
DECL void clean_creds(void);
DECL char * remind(char * who);
DECL void set_repo(const char * const who, const char * const link);
DECL char * dump(void);
DECL char * raw(const char * const sql);
#define CREDS_PARSER_H
#endif