dpkg 1.22.7-3-g89f48
|
#include <progress.h>
Data Fields | |
const char * | text |
int | max |
int | cur |
int | last_percent |
bool | on_tty |
int progress::cur |
Referenced by progress_init(), and progress_step().
int progress::last_percent |
Referenced by progress_init(), and progress_step().
int progress::max |
Referenced by progress_init(), and progress_step().
bool progress::on_tty |
Referenced by progress_done(), progress_init(), and progress_step().
const char* progress::text |
Referenced by progress_done(), progress_init(), and progress_step().