From 412649a38d02782a45bd00718c26474fb0513203 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Fri, 23 Nov 2001 11:15:35 +0000 Subject: [PATCH] Remove a bogus log_Id() decl --- usr.sbin/ppp/log.h | 1 - 1 file changed, 1 deletion(-) 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);