extern void TCP_Scan_Init();
extern int TCP_Scan_Next();
+typedef struct variable variable;
+typedef int SNMPWM(int, u_char *, u_char, int, u_char *, oid *, int);
+typedef u_char *SNMPFV(variable *, oid *, int *, int, int *, SNMPWM **);
struct variable {
u_char magic; /* passed to function as a hint */
char type; /* type of variable */
/* See important comment in snmp_vars.c relating to acl */
u_short acl; /* access control list for variable */
- u_char *(*findVar) (); /* function that finds variable */
+ SNMPFV *findVar; /* function that finds variable */
u_char namelen; /* length of above */
oid name[32]; /* object identifier of variable */
};
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.98 1997/11/21 00:47:54 wessels Exp $
+# $Id: Makefile.in,v 1.99 1997/11/21 04:45:34 wessels Exp $
#
# Uncomment and customize the following to suit your needs:
#
redirect.o \
refresh.o \
send-announce.o \
+ $(SNMP_OBJS) \
ssl.o \
stack.o \
stat.o \
url.o \
useragent.o \
wais.o \
- $(SNMP_OBJS) \
$(XTRA_OBJS)
SNMP_OBJS = \