X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=userapps%2Fopensource%2Fnet-snmp%2Finclude%2Fnet-snmp%2Fversion.h;fp=userapps%2Fopensource%2Fnet-snmp%2Finclude%2Fnet-snmp%2Fversion.h;h=9b1c3d46a0ef7925e75856b6961b2bea89756ff3;hb=9dffd9f7659a1b28265e0dc9497343eb3d108d02;hp=0000000000000000000000000000000000000000;hpb=e48c2529a5a7e7dbf1797bb6d1bf964bc03e78a7;p=bcm963xx.git diff --git a/userapps/opensource/net-snmp/include/net-snmp/version.h b/userapps/opensource/net-snmp/include/net-snmp/version.h new file mode 100644 index 00000000..9b1c3d46 --- /dev/null +++ b/userapps/opensource/net-snmp/include/net-snmp/version.h @@ -0,0 +1,14 @@ +#ifndef NET_SNMP_VERSION_H +#define NET_SNMP_VERSION_H + +#ifdef __cplusplus +extern "C" { +#endif + + extern const char *NetSnmpVersionInfo; + const char *netsnmp_get_version(void); + +#ifdef __cplusplus +} +#endif +#endif /* NET_SNMP_VERSION_H */