index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-04-25 20:02:07 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-04-26 14:34:41 -0400 |
commit | dc05cd107cd158e3d8ee9256205aec20615a674f (patch) | |
tree | fec60599b46af26d51c0b08acd6afed2c0c0fc03 /src/pacman/util.h | |
parent | 97313ba31645796148c3f413d9ebde365df06dbe (diff) |
-rw-r--r-- | src/pacman/util.h | 1 |
diff --git a/src/pacman/util.h b/src/pacman/util.h index 85ce6ede..e43208aa 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -43,7 +43,6 @@ int reg_match(char *string, char *pattern); void list_display(const char *title, alpm_list_t *list); void display_targets(alpm_list_t *syncpkgs); float get_update_timediff(int first_call); -void fill_progress(const int percent, const int proglen); #endif /* _PM_UTIL_H */ |