| 
    dpkg 1.22.7-3-g89f48
    
   | 
 
Functions | |
| void | dpkg_program_init (const char *progname) | 
| Standard initializations when starting a dpkg-based program.   | |
| void | dpkg_program_done (void) | 
| Standard cleanups before terminating a dpkg-based program.   | |
| void dpkg_program_done | ( | void | ) | 
Standard cleanups before terminating a dpkg-based program.
References ehflag_normaltidy, and pop_error_context().
Referenced by main().
| void dpkg_program_init | ( | const char * | progname | ) | 
Standard initializations when starting a dpkg-based program.
| progname | The program name. | 
References dpkg_debug_init(), dpkg_set_progname(), dpkg_set_report_buffer(), and push_error_context().
Referenced by main().