summaryrefslogtreecommitdiff
path: root/cups/snmp-private.h
diff options
context:
space:
mode:
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_ */
/*