quote-bot/db.h
2021-03-08 23:16:14 -05:00

7 lines
82 B
C

#ifndef DB_H
#define DB_H
int test_db(char *script_filename);
#endif /* DB_H */