~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to include/snmp.h

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2010-05-04 11:15:49 UTC
  • mfrom: (1.3.1 upstream)
  • mto: (20.3.1 squeeze) (21.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20100504111549-1apjh2g5sndki4te
Tags: upstream-3.1.3
ImportĀ upstreamĀ versionĀ 3.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
/**********************************************************************
9
9
 *
10
10
 *           Copyright 1997 by Carnegie Mellon University
11
 
 * 
 
11
 *
12
12
 *                       All Rights Reserved
13
 
 * 
 
13
 *
14
14
 * Permission to use, copy, modify, and distribute this software and its
15
15
 * documentation for any purpose and without fee is hereby granted,
16
16
 * provided that the above copyright notice appear in all copies and that
18
18
 * supporting documentation, and that the name of CMU not be
19
19
 * used in advertising or publicity pertaining to distribution of the
20
20
 * software without specific, written prior permission.
21
 
 * 
 
21
 *
22
22
 * CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
23
23
 * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
24
24
 * CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
26
26
 * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
27
27
 * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
28
28
 * SOFTWARE.
29
 
 * 
30
 
 * $Id: snmp.h,v 1.16 2003/01/23 00:36:47 robertc Exp $
31
 
 * 
 
29
 *
 
30
 * $Id$
 
31
 *
32
32
 **********************************************************************/
33
33
 
34
34
#if HAVE_SYS_TYPES_H
39
39
#endif
40
40
 
41
41
/* These come first */
 
42
#if 0
42
43
#include "asn1.h"
 
44
#endif
43
45
#include "snmp_error.h"
44
46
#if 0
45
47
#include "mibii.h"