summaryrefslogtreecommitdiff
path: root/scripting/php/phpcups.c
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-10-25 20:57:13 +0200
committerDidier Raboud <odyx@debian.org>2012-10-25 20:57:13 +0200
commit49a2853988b074d087e82c51aec4f9fc052a057d (patch)
treec38ece96005bc33bd4e133fd0037f3428fdc039d /scripting/php/phpcups.c
parenta312f7e1ac68fb22275719f6208b670d9edd45b5 (diff)
downloadcups-49a2853988b074d087e82c51aec4f9fc052a057d.tar.gz
Imported Upstream version 1.5.0upstream/1.5.0
Diffstat (limited to 'scripting/php/phpcups.c')
-rw-r--r--scripting/php/phpcups.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripting/php/phpcups.c b/scripting/php/phpcups.c
index 24e55711..25a26501 100644
--- a/scripting/php/phpcups.c
+++ b/scripting/php/phpcups.c
@@ -1,9 +1,9 @@
/*
- * "$Id: phpcups.c 7624 2008-06-09 15:55:04Z mike $"
+ * "$Id: phpcups.c 9771 2011-05-12 05:21:56Z mike $"
*
- * Printing utilities for the Common UNIX Printing System (CUPS).
+ * Printing utilities for CUPS.
*
- * Copyright 2007 by Apple Inc.
+ * Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -29,14 +29,14 @@
* Include necessary headers...
*/
-#include <cups/string.h>
+#include <cups/string-private.h>
#include "php.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#include "phpcups.h"
-/*
+/*
* PHP function list...
*/
@@ -483,5 +483,5 @@ PHP_FUNCTION(cups_print_files)
/*
- * End of "$Id: phpcups.c 7624 2008-06-09 15:55:04Z mike $".
+ * End of "$Id: phpcups.c 9771 2011-05-12 05:21:56Z mike $".
*/