quote-bot/db.h
2021-03-09 01:39:19 -05:00

7 lines
89 B
C

#ifndef DB_H
#define DB_H
int run_script(const char *,const char *);
#endif /* DB_H */