nothing to do with generating code, and "gencode.h" isn't included by
all "pcap-XXX.c" modules, whilst "pcap-int.h" is.
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /tcpdump/master/libpcap/gencode.h,v 1.46 2000-10-28 10:18:40 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/gencode.h,v 1.47 2000-11-04 10:09:55 guy Exp $ (LBL)
*/
/* Address qualifiers. */
*/
/* Address qualifiers. */
char *sdup(const char *);
struct bpf_insn *icode_to_fcode(struct block *, int *);
char *sdup(const char *);
struct bpf_insn *icode_to_fcode(struct block *, int *);
-int install_bpf_program(pcap_t *, struct bpf_program *);
int pcap_parse(void);
void lex_init(char *);
void lex_cleanup(void);
int pcap_parse(void);
void lex_init(char *);
void lex_cleanup(void);
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.29 2000-10-25 07:46:49 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.30 2000-11-04 10:09:55 guy Exp $ (LBL)
/* XXX */
extern int pcap_fddipad;
/* XXX */
extern int pcap_fddipad;
+int install_bpf_program(pcap_t *, struct bpf_program *);
+
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
}
#endif