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

« back to all changes in this revision

Viewing changes to include/net-snmp/library/file_utils.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
1
#ifndef NETSNMP_FILE_UTILS_H
2
2
#define NETSNMP_FILE_UTILS_H
3
3
 
4
 
#ifdef _cplusplus
 
4
#ifdef __cplusplus
5
5
extern "C" {
6
6
#endif
7
7
 
82
82
 
83
83
    
84
84
        
85
 
#ifdef _cplusplus
 
85
#ifdef __cplusplus
86
86
}
87
87
#endif
88
88