Remove a bogus log_Id() decl

This commit is contained in:
Brian Somers 2001-11-23 11:15:35 +00:00
parent d4e8a3b4c9
commit 412649a38d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86811

View File

@ -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);