net-snmp 5.7
ucd_compat.h
00001 /*
00002  *  UCD compatability definitions & declarations
00003  *
00004  */
00005 
00006 #ifndef NET_SNMP_UCD_COMPAT_H
00007 #define NET_SNMP_UCD_COMPAT_H
00008 
00009 #ifdef __cplusplus
00010 extern          "C" {
00011 #endif
00012 
00013         /*
00014          * from snmp_api.h 
00015          */
00016 NETSNMP_IMPORT
00017 void            snmp_set_dump_packet(int);
00018 NETSNMP_IMPORT
00019 int             snmp_get_dump_packet(void);
00020 NETSNMP_IMPORT
00021 void            snmp_set_quick_print(int);
00022 NETSNMP_IMPORT
00023 int             snmp_get_quick_print(void);
00024 NETSNMP_IMPORT
00025 void            snmp_set_suffix_only(int);
00026 NETSNMP_IMPORT
00027 int             snmp_get_suffix_only(void);
00028 NETSNMP_IMPORT
00029 void            snmp_set_full_objid(int);
00030 int             snmp_get_full_objid(void);
00031 NETSNMP_IMPORT
00032 void            snmp_set_random_access(int);
00033 NETSNMP_IMPORT
00034 int             snmp_get_random_access(void);
00035 
00036         /*
00037          * from parse.h 
00038          */
00039 NETSNMP_IMPORT
00040 void            snmp_set_mib_warnings(int);
00041 NETSNMP_IMPORT
00042 void            snmp_set_mib_errors(int);
00043 NETSNMP_IMPORT
00044 void            snmp_set_save_descriptions(int);
00045 void            snmp_set_mib_comment_term(int);
00046 void            snmp_set_mib_parse_label(int);
00047 
00048 #ifdef __cplusplus
00049 }
00050 #endif
00051 #endif                          /* NET_SNMP_UCD_COMPAT_H */