pconf_detect_printer(3) Return array of strings containing printer specific information.

SYNOPSIS

#include <printerconf.h>

char **pconf_detect_printer
(
       int dettype,

       char *detinfo

);

PARAMETERS

int dettype
Not Documented.
char *detinfo
Not Documented.

DESCRIPTION

Return an array of strings with semi-colon-separated printer specific information.

For a parallel port printer, this would be: "port=p;model=m".

For a network printer it is: "printer=hostaddr;vendor=v;model=m".