aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/log.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1996-01-11 17:48:59 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1996-01-11 17:48:59 +0000
commited6a16c1817628e876636bd19662b56620f1a4f7 (patch)
tree97b25e0059b526362e8a00bdfee724ccf226243c /usr.sbin/ppp/log.h
parent5a39b83123277b3da8db6182683fa29b1eef82cd (diff)
downloadsrc-ed6a16c1817628e876636bd19662b56620f1a4f7.tar.gz
src-ed6a16c1817628e876636bd19662b56620f1a4f7.zip
Final cleanup for now. -Wall is now silent. A couple of bogons found.
Notes
Notes: svn path=/head/; revision=13389
Diffstat (limited to 'usr.sbin/ppp/log.h')
-rw-r--r--usr.sbin/ppp/log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/log.h b/usr.sbin/ppp/log.h
index 2c33c7ef7342..e958efcf8264 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.2 1995/02/26 12:17:38 amurai Exp $
+ * $Id: log.h,v 1.4 1995/02/27 03:18:16 amurai Exp $
*
* TODO:
*/
@@ -51,4 +51,5 @@ extern void LogClose __P((void));
extern void logprintf __P((char *, ...)), LogPrintf __P((int, char *, ...));
extern void LogDumpBp __P((int level, char *header, struct mbuf *bp));
extern void LogDumpBuff __P((int level, char *header, u_char *ptr, int cnt));
+extern void ListLog __P((void));
#endif