~ubuntu-branches/ubuntu/gutsy/net-snmp/gutsy-security

« back to all changes in this revision

Viewing changes to agent/mibgroup/agentx/agentx_config.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __AGENTX_CONFIG_H__
 
2
#define __AGENTX_CONFIG_H__
 
3
 
 
4
#ifdef __cplusplus
 
5
extern          "C" {
 
6
#endif
 
7
 
 
8
    void            agentx_parse_master(const char *token, char *cptr);
 
9
    void            agentx_parse_agentx_socket(const char *token,
 
10
                                               char *cptr);
 
11
    void            init_agentx_config(void);
 
12
 
 
13
#ifdef __cplusplus
 
14
}
 
15
#endif
 
16
#endif                          /* __AGENTX_CONFIG_H__ */