Main Page | Modules | Data Structures | Directories | 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 Aug 3 16:15:55 2005 for libdebian-installer by  doxygen 1.4.4