At least try to get this function picked up by the autoprototyper
authorAndrew Bartlett <abartlet@samba.org>
Wed, 25 Sep 2002 09:56:36 +0000 (09:56 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 25 Sep 2002 09:56:36 +0000 (09:56 +0000)
(This used to be commit d5303d5c080212486329f7e5a65f732e11efbb37)

source3/printing/print_cups.c

index 858647a52f4dfd2b297be3ce9b86d48fd3dd51db..2df846aa5798c8f2d1e8ffede2adfc30eb865dd4 100644 (file)
@@ -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 */