Utils

Functions

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

Detailed Description


Function Documentation

void di_init ( const char *  progname  ) 

Inits the lib

Parameters:
progname name of the called binary

Referenced by di_system_init().

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 Tue Apr 13 12:07:06 2010 for libdebian-installer by  doxygen 1.6.3