www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / ucd-snmp / pass_persist.h
diff --git a/userapps/opensource/net-snmp/agent/mibgroup/ucd-snmp/pass_persist.h b/userapps/opensource/net-snmp/agent/mibgroup/ucd-snmp/pass_persist.h
deleted file mode 100644 (file)
index 462193d..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- *  pass: pass through extensiblity
- */
-#ifndef _MIBGROUP_PASS_PERSIST_H
-#define _MIBGROUP_PASS_PERSIST_H
-
-config_require(ucd-snmp/extensible 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 */