cupsSetServer

Name

cupsSetServer -- Set the default server name.

Synopsis

#include <cups/cups.h>

void cupsSetServer(const char * server);

Description

Set the default server name.

The "server" string can be a fully-qualified hostname, a numeric IPv4 or IPv6 address, or a domain socket pathname. Pass NULL to restore the default server name.

Return Value

This function does not return a value.