7 lines
82 B
C
7 lines
82 B
C
#ifndef DB_H
|
|
#define DB_H
|
|
|
|
int test_db(char *script_filename);
|
|
|
|
#endif /* DB_H */
|