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

Utils


Functions

void di_init (const char *progname)
const char * di_progname_get (void)

Function Documentation

void di_init const char *  progname  ) 
 

Inits the lib

Parameters:
progname name of the called binary

00032 { 00033 progname = strdup (_progname); 00034 }

const char* di_progname_get void   ) 
 

Get the name of the called binary

Returns:
name

00037 { 00038 return progname; 00039 }


Generated on Wed Jun 16 02:51:06 2004 for libdebian-installer by doxygen 1.3.7