cosmetix
[k8jam.git] / src / progress.h
blob1552b2b9dbb9e5df29e2f98df2500501401d9df2
1 #ifndef JAMH_PROGRESS_H
2 #define JAMH_PROGRESS_H
5 struct _PROGRESS;
6 typedef struct _PROGRESS PROGRESS;
9 extern PROGRESS *progress_start (int total);
10 extern double progress_update (PROGRESS *progress, int completed);
13 #endif