Main Page | Modules | Data Structures | File List | Data Fields | Related Pages

Utils
[System]


Functions

void di_system_init (const char *progname)

Function Documentation

void di_system_init const char *  progname  ) 
 

Inits the lib. In addition to di_init, this functions sets a syslog log handler.

Parameters:
progname name of the called binary

00034 { 00035 di_init (_progname); 00036 di_log_set_handler (DI_LOG_LEVEL_MASK, di_log_handler_syslog, NULL); 00037 }


Generated on Tue Jun 15 20:31:26 2004 for libdebian-installer by doxygen 1.3.7