Close that db

This commit is contained in:
dcp1990 2005-06-19 00:10:56 +00:00
parent 570d09aba7
commit ea60cf668b

View File

@ -3,7 +3,7 @@
* (C)2005, Dan Ponte
* BSDL w/ advert.
*/
/* $Amigan: phoned/include/phoned.h,v 1.16 2005/06/19 00:04:02 dcp1990 Exp $ */
/* $Amigan: phoned/include/phoned.h,v 1.17 2005/06/19 00:10:56 dcp1990 Exp $ */
#include <pcre.h> /* fugly, I know... */
#define VERSION "0.1"
#define LOGFILE "/var/log/phoned.log"
@ -165,6 +165,7 @@ void give_me_modem(char* str);
char *parse_command(const char *cmd, short *cont, state_info_t *s);
void begin_dialogue(FILE* fp, int fd);
short db_init(char* dbfilename);
short db_destroy(void);
/* old stuff...
void modem_pickup(void);
void modem_hangup(void);