Skip to content

Commit

Permalink
missing prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Apr 30, 2000
1 parent 2277c89 commit 070a34a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kame/kame/pim6dd/defs.h
Expand Up @@ -33,7 +33,7 @@
* Questions concerning this software should be directed to
* Kurt Windisch (kurtw@antc.uoregon.edu)
*
* $Id: defs.h,v 1.6 1999/12/10 06:09:13 itojun Exp $
* $Id: defs.h,v 1.7 2000/04/30 13:01:36 itojun Exp $
*/
/*
* Part of this program has been derived from PIM sparse-mode pimd.
Expand Down Expand Up @@ -322,6 +322,7 @@ extern void config_vifs_from_file __P((void));
extern char *packet_kind __P((u_int proto, u_int type, u_int code));
extern int debug_kind __P((u_int proto, u_int type, u_int code));
extern void log __P((int, int, char *, ...));
extern void dump_mldqueriers __P((FILE *));
extern int log_level __P((u_int proto, u_int type, u_int code));
extern void dump __P((int i));
extern void fdump __P((int i));
Expand Down

0 comments on commit 070a34a

Please sign in to comment.