aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/i4b/isdnd/isdnd.h
diff options
context:
space:
mode:
authorHellmuth Michaelis <hm@FreeBSD.org>1999-08-06 14:05:10 +0000
committerHellmuth Michaelis <hm@FreeBSD.org>1999-08-06 14:05:10 +0000
commit0df6adec74627c0b4c08bef04859a8ea19f222ca (patch)
treebc925696900bdd2b986e04e1985b9bad68a841dc /usr.sbin/i4b/isdnd/isdnd.h
parentaab3beeede3032eef69a9bf581707f4ea77affe3 (diff)
downloadsrc-0df6adec74627c0b4c08bef04859a8ea19f222ca.tar.gz
src-0df6adec74627c0b4c08bef04859a8ea19f222ca.zip
Notes
Diffstat (limited to 'usr.sbin/i4b/isdnd/isdnd.h')
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/i4b/isdnd/isdnd.h b/usr.sbin/i4b/isdnd/isdnd.h
index f630a01a0cc9..08b4db61f9bd 100644
--- a/usr.sbin/i4b/isdnd/isdnd.h
+++ b/usr.sbin/i4b/isdnd/isdnd.h
@@ -27,9 +27,9 @@
* i4b daemon - main header file
* -----------------------------
*
- * $Id: isdnd.h,v 1.62 1999/04/29 08:27:10 hm Exp $
+ * $Id: isdnd.h,v 1.63 1999/05/20 13:30:36 hm Exp $
*
- * last edit-date: [Thu Apr 29 09:35:01 1999]
+ * last edit-date: [Thu May 20 14:44:18 1999]
*
*---------------------------------------------------------------------------*/
@@ -550,6 +550,8 @@ int isdntime = 0; /* flag, log time from exchange */
char tinainitprog[MAXPATHLEN] = TINA_FILE_DEF;
+char rotatesuffix[MAXPATHLEN] = "";
+
#else /* !MAIN */
int isdnfd;
@@ -623,6 +625,8 @@ int isdntime;
char tinainitprog[MAXPATHLEN];
+char rotatesuffix[MAXPATHLEN];
+
#endif /* MAIN */
char * bdrivername ( int drivertype );