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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-12-08 14:59:50 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071208145950-u1tykhpw56nyzqik
Tags: 5.4.1~dfsg-4ubuntu1
* Merge from debian unstable.
* Remaining Ubuntu changes:
  - Remove stop links from rc0 and rc6
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Symlink common files between the packages, CDBS ought to handle that
    for us automatically.
* The latest Debian changes has dropped history from the changelog. Slot in
  the Ubuntu changes as best I can. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _SNMPTCPDOMAIN_H
2
2
#define _SNMPTCPDOMAIN_H
3
3
 
4
 
#ifdef SNMP_TRANSPORT_TCP_DOMAIN
 
4
#ifdef NETSNMP_TRANSPORT_TCP_DOMAIN
5
5
 
6
6
#ifdef __cplusplus
7
7
extern          "C" {
23
23
 */
24
24
 
25
25
#define TRANSPORT_DOMAIN_TCP_IP         1,3,6,1,2,1,100,1,5
26
 
extern oid netsnmp_snmpTCPDomain[];
 
26
NETSNMP_IMPORT oid netsnmp_snmpTCPDomain[];
27
27
 
28
28
netsnmp_transport *netsnmp_tcp_transport(struct sockaddr_in *addr, int local);
29
29
 
36
36
#ifdef __cplusplus
37
37
}
38
38
#endif
39
 
#endif                          /*SNMP_TRANSPORT_TCP_DOMAIN */
 
39
#endif                          /*NETSNMP_TRANSPORT_TCP_DOMAIN */
40
40
 
41
41
#endif/*_SNMPTCPDOMAIN_H*/