summaryrefslogtreecommitdiff
path: root/agent/mibgroup/ucd-snmp/pass_persist.h
blob: 33be66e3c4be9d2761742eb229580f8b005d3fe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 *  pass: pass through extensiblity
 */
#ifndef _MIBGROUP_PASS_PERSIST_H
#define _MIBGROUP_PASS_PERSIST_H

config_require(util_funcs)

void            init_pass_persist(void);
extern FindVarMethod var_extensible_pass_persist;
extern WriteMethod setPassPersist;

/*
 * config file parsing routines 
 */
void            pass_persist_free_config(void);
void            pass_persist_parse_config(const char *, char *);
int             pass_persist_compare(const void *, const void *);

#include "mibdefs.h"

#endif                          /* _MIBGROUP_PASS_PERSIST_H */