]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add prototypes
authorwessels <>
Tue, 6 Jan 1998 06:19:37 +0000 (06:19 +0000)
committerwessels <>
Tue, 6 Jan 1998 06:19:37 +0000 (06:19 +0000)
include/snmp.h

index da933f458e5811618191ba2431e148dab2890761..dc4838dd3b1988f69ea6703508989424d6ab46fe 100644 (file)
@@ -132,3 +132,10 @@ extern int snmp_synch_response(struct snmp_session *ss,
     struct snmp_pdu **response);
 
 #endif
+
+/*
+ * usec.c
+ */
+extern void md5Digest(u_char * msg, int length, u_char * key, u_char * digest);
+extern int parse_app_community_string(struct snmp_session *session);
+