summaryrefslogtreecommitdiff
path: root/cups/snmp-private.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-03-24 14:32:08 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-03-24 14:32:08 +0000
commit71e160228f56370c40a47637d85d07c230052e86 (patch)
tree00d1c9b78a365ca7518f7bba195275135e6e3430 /cups/snmp-private.h
parent54afec335014303dba3c6eabe5393adce9e660ad (diff)
Merge changes from CUPS 1.5svn-r9049 (private header support)
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1992 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/snmp-private.h')
-rw-r--r--cups/snmp-private.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/cups/snmp-private.h b/cups/snmp-private.h
index 1745b9259..2c6d95371 100644
--- a/cups/snmp-private.h
+++ b/cups/snmp-private.h
@@ -1,12 +1,9 @@
/*
* "$Id$"
*
- * SNMP definitions for the Common UNIX Printing System (CUPS).
+ * Private SNMP definitions for CUPS.
*
- * This API is PRIVATE and subject to change. No third-party applications
- * should use the SNMP API defined in this file.
- *
- * Copyright 2007-2009 by Apple Inc.
+ * Copyright 2007-2010 by Apple Inc.
* Copyright 2006-2007 by Easy Software Products, all rights reserved.
*
* These coded instructions, statements, and computer programs are the
@@ -18,15 +15,15 @@
* This file is subject to the Apple OS-Developed Software exception.
*/
-#ifndef _CUPS_SNMP_H_
-# define _CUPS_SNMP_H_
+#ifndef _CUPS_SNMP_PRIVATE_H_
+# define _CUPS_SNMP_PRIVATE_H_
/*
* Include necessary headers.
*/
-#include "http.h"
+#include <cups/http.h>
/*
@@ -140,7 +137,7 @@ extern int _cupsSNMPWrite(int fd, http_addr_t *address, int version,
# ifdef __cplusplus
}
# endif /* __cplusplus */
-#endif /* !_CUPS_SNMP_H_ */
+#endif /* !_CUPS_SNMP_PRIVATE_H_ */
/*