aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-11-23 11:15:35 +0000
committerBrian Somers <brian@FreeBSD.org>2001-11-23 11:15:35 +0000
commit412649a38d02782a45bd00718c26474fb0513203 (patch)
tree28c51bdb35bd0bd2efe366390c3887b3fc5d22ac
parentd4e8a3b4c988ede47f0aed6fa1f292b896986a01 (diff)
downloadsrc-412649a38d02782a45bd00718c26474fb0513203.tar.gz
src-412649a38d02782a45bd00718c26474fb0513203.zip
Remove a bogus log_Id() decl
Notes
Notes: svn path=/head/; revision=86811
-rw-r--r--usr.sbin/ppp/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/ppp/log.h b/usr.sbin/ppp/log.h
index 6e13039f30e4..e34d8cabb1f2 100644
--- a/usr.sbin/ppp/log.h
+++ b/usr.sbin/ppp/log.h
@@ -64,7 +64,6 @@ struct datalink;
/* The first int arg for all of the following is one of the above values */
extern const char *log_Name(int);
-extern int log_Id(const char *);
extern void log_Keep(int);
extern void log_KeepLocal(int, u_long *);
extern void log_Discard(int);