quote-bot/db.h

7 lines
82 B
C
Raw Normal View History

2021-03-08 23:16:14 -05:00
#ifndef DB_H
#define DB_H
int test_db(char *script_filename);
#endif /* DB_H */