diff options
author | brian <brian@FreeBSD.org> | 2001-11-23 11:15:35 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-11-23 11:15:35 +0000 |
commit | ffae273af1c72e17ec6d66231ffd415b94aed017 (patch) | |
tree | 28c51bdb35bd0bd2efe366390c3887b3fc5d22ac /usr.sbin/ppp | |
parent | 968571c9f2ba7bbd3f80af0c55ffcf5bfbf7cd33 (diff) | |
download | FreeBSD-src-ffae273af1c72e17ec6d66231ffd415b94aed017.zip FreeBSD-src-ffae273af1c72e17ec6d66231ffd415b94aed017.tar.gz |
Remove a bogus log_Id() decl
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/log.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/ppp/log.h b/usr.sbin/ppp/log.h index 6e13039..e34d8ca 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); |