X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Froutines.h;h=986d928cd64aaa4d0ef5c50b8ae67a510fc735b1;hb=f62ebdc98272c778e3c92884e43bac0967e4e13a;hp=10b49f412d208dc85e0f1ec0d94efccfa27d6975;hpb=6b2f323576ec85ea52228dc77271fe580e026c6b;p=citadel.git diff --git a/citadel/routines.h b/citadel/routines.h index 10b49f412..986d928cd 100644 --- a/citadel/routines.h +++ b/citadel/routines.h @@ -10,4 +10,4 @@ int nukedir(char *dirname); int num_parms(char *source); void strproc(char *string); void back(int spaces); -void progress(long int curr, long int cmax); +void progress(unsigned long curr, unsigned long cmax);