mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
At least try to get this function picked up by the autoprototyper
This commit is contained in:
parent
760c0740ca
commit
d5303d5c08
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user