~ubuntu-branches/ubuntu/wily/net-snmp/wily-proposed

« back to all changes in this revision

Viewing changes to agent/mibgroup/winExtDLL.h

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-28 14:59:36 UTC
  • mfrom: (1.2.3 upstream) (1.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100628145936-cbiallic69pn044g
Tags: 5.4.3~dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash. (LP: #104738)
  - Removed multiuser option when calling update-rc.d. (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/snmpd.postinst: source debconf before doing work, LP: #589056
  - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
    snmp user before install/uninstall, LP: #573391
  - Add apport hook (LP: #533603):
  - debian/{snmp,snmpd}.apport: Added.
  - debian/control: Build-depends on dh-apport.
  - debian/rules: 
    + Add --with apport.
    + override_dh_apport to install hook on snmpd package only.
 * Dropped patches:
   - debian/patches/99-fix-ubuntu-div0.patch: Fix dvision by zero.. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#endif
10
10
 
11
11
    /*
12
 
     * We use 'header_generic' from the util_funcs module,
13
 
     *  so make sure this module is included in the agent.
14
 
     */
15
 
config_require(util_funcs)
16
 
 
17
 
 
18
 
    /*
19
12
     * Declare our publically-visible functions.
20
13
     * Typically, these will include the initialization and shutdown functions,
21
14
     *  the main request callback routine and any writeable object methods.
24
17
     *  and writeable object methods ('WriteMethod').
25
18
     */
26
19
     void     init_winExtDLL(void);
27
 
 
28
 
     Netsnmp_Node_Handler var_winExtDLL;
29
 
     
 
20
     void     shutdown_winExtDLL(void);
 
21
   
30
22
#ifdef __cplusplus
31
23
}
32
24
#endif