~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 11.
  • 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:
7
7
config_require(agentx/client)
8
8
config_require(agentx/agentx_config)
9
9
 
10
 
    void             init_subagent(void);
11
 
     int             subagent_pre_init(void);
 
10
     int             subagent_init(void);
12
11
     int             handle_agentx_packet(int, netsnmp_session *, int,
13
12
                                          netsnmp_pdu *, void *);
14
13
     SNMPCallback    agentx_register_callback;