~ubuntu-branches/debian/lenny/net-snmp/lenny

« back to all changes in this revision

Viewing changes to agent/mibgroup/disman/expr/expObjectConf.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • Revision ID: james.westby@ubuntu.com-20070510222023-3fr07xb9i17xvq32
Tags: upstream-5.3.1
ImportĀ upstreamĀ versionĀ 5.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef EXPOBJECTCONF_H
 
2
#define EXPOBJECTCONF_H
 
3
 
 
4
void    init_expObjectConf(void);
 
5
 
 
6
void          parse_expOTable(const char *, char *);
 
7
SNMPCallback  store_expOTable;
 
8
 
 
9
#endif   /* EXPOBJECTCONF_H */