summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-09-25 09:56:36 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-09-25 09:56:36 +0000
commitd5303d5c080212486329f7e5a65f732e11efbb37 (patch)
tree9e6fb03eb4b7991f8183e48403176adccc094f86
parent760c0740cad948665db4a1d462fbbd99332713ef (diff)
downloadsamba-d5303d5c080212486329f7e5a65f732e11efbb37.tar.gz
At least try to get this function picked up by the autoprototyper
-rw-r--r--source/printing/print_cups.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/printing/print_cups.c b/source/printing/print_cups.c
index 858647a52f4..2df846aa579 100644
--- a/source/printing/print_cups.c
+++ b/source/printing/print_cups.c
@@ -73,9 +73,9 @@ cups_passwd_cb(const char *prompt) /* I - Prompt */
* system.
*/
-void
-cups_printer_fn(void (*fn)(char *, char *)) /* I - Function to call */
+void cups_printer_fn(void (*fn)(char *, char *))
{
+ /* I - Function to call */
http_t *http; /* HTTP connection to server */
ipp_t *request, /* IPP Request */
*response; /* IPP Response */