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

« back to all changes in this revision

Viewing changes to include/net-snmp/library/snmplocalsm.h

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2010-06-10 18:02:54 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100610180254-6ezvupl2clicwdqf
ImportĀ upstreamĀ versionĀ 5.4.3~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Header file for Local Security Model support
3
 
 */
4
 
 
5
 
#ifndef SNMPLOCALSM_H
6
 
#define SNMPLOCALSM_H
7
 
 
8
 
#ifdef __cplusplus
9
 
extern          "C" {
10
 
#endif
11
 
 
12
 
    int             localsm_rgenerate_out_msg(struct
13
 
                                          snmp_secmod_outgoing_params *);
14
 
    int             localsm_process_in_msg(struct snmp_secmod_incoming_params
15
 
                                       *);
16
 
    void            init_usm(void);
17
 
 
18
 
#ifdef __cplusplus
19
 
}
20
 
#endif
21
 
#endif                          /* SNMPLOCALSM_H */