Line | Count | Source (jump to first uncovered line) |
1 | #include <net-snmp/net-snmp-config.h> | |
2 | #include <net-snmp/version.h> | |
3 | ||
4 | /* expose ONLY for benefit of grandfathered code */ | |
5 | #ifndef UCD_COMPATIBLE | |
6 | static | |
7 | #endif | |
8 | const char *NetSnmpVersionInfo = PACKAGE_VERSION; | |
9 | ||
10 | const char * | |
11 | netsnmp_get_version(void) | |
12 | 0 | { |
13 | 0 | return NetSnmpVersionInfo; |
14 | 0 | } |