cupsSetPasswordCB

Name

cupsSetPasswordCB -- Set the password callback for CUPS.

Synopsis

#include <cups/cups.h>

void cupsSetPasswordCB(cups_password_cb_t cb);

Description

Set the password callback for CUPS.

Pass NULL to restore the default (console) password callback.

Return Value

This function does not return a value.