Move sockfile to cf

This commit is contained in:
dcp1990 2005-06-20 03:05:11 +00:00
parent 8e57b504bf
commit 41fe662d7a

View File

@ -3,7 +3,7 @@
* (C)2005, Dan Ponte * (C)2005, Dan Ponte
* BSDL w/ advert. * BSDL w/ advert.
*/ */
/* $Amigan: phoned/include/phoned.h,v 1.21 2005/06/20 01:39:48 dcp1990 Exp $ */ /* $Amigan: phoned/include/phoned.h,v 1.22 2005/06/20 03:05:11 dcp1990 Exp $ */
#include <pcre.h> /* fugly, I know... */ #include <pcre.h> /* fugly, I know... */
#define VERSION "0.1" #define VERSION "0.1"
#define LOGFILE "-" #define LOGFILE "-"
@ -14,6 +14,7 @@
struct conf { struct conf {
char* cfile; char* cfile;
char* logfile; char* logfile;
char *sockfile;
int loglevels; int loglevels;
short modem_tm; short modem_tm;
char* modemdev; char* modemdev;