summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/log.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-05-04 02:39:04 +0000
committerache <ache@FreeBSD.org>1997-05-04 02:39:04 +0000
commit027d471e2833c8d5f5406c758c4207d5ff555a8a (patch)
tree4fc262dd67c14550eb659cf10f8f3b7de6b973d4 /usr.sbin/ppp/log.h
parentf1303fe1b2d0aad6464e6a1285658e5806ba0db7 (diff)
downloadFreeBSD-src-027d471e2833c8d5f5406c758c4207d5ff555a8a.zip
FreeBSD-src-027d471e2833c8d5f5406c758c4207d5ff555a8a.tar.gz
Log each ppp line to separate /var/log/ppp.tunX.log instead mixing of
all lines into single /var/log/ppp.log
Diffstat (limited to 'usr.sbin/ppp/log.h')
-rw-r--r--usr.sbin/ppp/log.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/ppp/log.h b/usr.sbin/ppp/log.h
index d56b77b..31ae57d 100644
--- a/usr.sbin/ppp/log.h
+++ b/usr.sbin/ppp/log.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: log.h,v 1.8 1997/02/22 16:10:27 peter Exp $
+ * $Id: log.h,v 1.9 1997/03/13 14:53:54 brian Exp $
*
* TODO:
*/
@@ -58,10 +58,11 @@
# define LM_CARRIER "Carrier"
#define MAXLOGLEVEL 10
-extern int loglevel;
+extern int loglevel, tunno;
+extern char *logptr;
extern void LogTimeStamp __P((void));
-extern int LogOpen __P((void));
+extern int LogOpen __P((int));
extern void LogReOpen __P((int));
extern void DupLog __P((void));
extern void LogClose __P((void));
OpenPOWER on IntegriCloud