dpkg 1.21.11
Data Structures | Functions
progress.h File Reference

(ae25c683c)

#include <stdbool.h>
#include <dpkg/macros.h>
Include dependency graph for progress.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  progress
 

Functions

void progress_init (struct progress *progress, const char *text, int max)
 
void progress_step (struct progress *progress)
 
void progress_done (struct progress *progress)