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 Mon Jun 19 11:57:03 2006 for libdebian-installer by  doxygen 1.4.6