From: wessels <> Date: Tue, 6 Jan 1998 06:19:37 +0000 (+0000) Subject: add prototypes X-Git-Tag: SQUID_3_0_PRE1~4250 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a71a3cfcf3d3b4eb1c0fb2c4f0011b1d302ed732;p=thirdparty%2Fsquid.git add prototypes --- diff --git a/include/snmp.h b/include/snmp.h index da933f458e..dc4838dd3b 100644 --- a/include/snmp.h +++ b/include/snmp.h @@ -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); +