]> The Tcpdump Group git mirrors - libpcap/commitdiff
adding a proper prototype for gen_slarp()
authorhannes <hannes>
Tue, 24 Oct 2006 16:50:55 +0000 (16:50 +0000)
committerhannes <hannes>
Tue, 24 Oct 2006 16:50:55 +0000 (16:50 +0000)
gencode.h

index a8f8dc202fedbc63eee7072f9c15be6af4ee3cbe..64d04ffcb4cee0ed7bdd3c7eac5b23f53dd32c9f 100644 (file)
--- a/gencode.h
+++ b/gencode.h
@@ -18,7 +18,7 @@
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * @(#) $Header: /tcpdump/master/libpcap/gencode.h,v 1.60.2.6 2005-09-05 09:08:06 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/gencode.h,v 1.60.2.7 2006-10-24 16:50:55 hannes Exp $ (LBL)
  */
 
 /*
@@ -288,6 +288,7 @@ struct block *gen_inbound(int);
 
 struct block *gen_vlan(int);
 struct block *gen_mpls(int);
+struct block *gen_slarp(int);
 
 struct block *gen_pppoed(void);
 struct block *gen_pppoes(void);