quote-bot/db.h

7 lines
89 B
C
Raw Normal View History

2021-03-08 23:16:14 -05:00
#ifndef DB_H
#define DB_H
2021-03-09 01:39:19 -05:00
int run_script(const char *,const char *);
2021-03-08 23:16:14 -05:00
#endif /* DB_H */