net-snmp 5.7
|
00001 /* 00002 * Note: this file originally auto-generated by mib2c using 00003 * : : mib2c.check_values_local.conf,v 5.1 2003/05/30 23:53:15 hardaker Exp $ 00004 * 00005 */ 00006 #ifndef NETSNMPHOSTSTABLE_CHECKFNS_H 00007 #define NETSNMPHOSTSTABLE_CHECKFNS_H 00008 00009 /* 00010 * these functions are designed to check incoming values for 00011 * columns in the netSnmpHostsTable table for legality with respect to 00012 * datatype and value according to local conventions. You should modify 00013 * them as appropriate. They will be called from parent check_value 00014 * functions that are auto-generated using mib2c and the parent functions 00015 * should NOT be modified. 00016 */ 00017 00018 #ifdef __cplusplus 00019 extern "C" { 00020 #endif 00021 00022 int check_(int type, long *val, size_t val_len, long *old_val, 00023 size_t old_val_len); 00024 int check_(int type, char *val, size_t val_len, char *old_val, 00025 size_t old_val_len); 00026 int check_(int type, long *val, size_t val_len, long *old_val, 00027 size_t old_val_len); 00028 int check_(int type, long *val, size_t val_len, long *old_val, 00029 size_t old_val_len); 00030 00031 00032 #ifdef __cplusplus 00033 } 00034 #endif 00035 00036 #endif /* NETSNMPHOSTSTABLE_CHECKFNS_H */