blob: 51453d7a96711f7e4f0a8f35bf91ead8288fb1af [file] [log] [blame]
/*
* pass: pass through extensiblity
*/
#ifndef _MIBGROUP_PASS_H
#define _MIBGROUP_PASS_H
void init_pass(void);
config_require(ucd-snmp/extensible util_funcs)
extern FindVarMethod var_extensible_pass;
WriteMethod setPass;
int pass_compare (void *, void *);
/* config file parsing routines */
void pass_free_config (void);
void pass_parse_config (char *, char *);
#include "mibdefs.h"
#endif /* _MIBGROUP_PASS_H */