summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.h
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-04-27 01:03:24 +0200
committerDan McGee <dan@archlinux.org>2007-04-27 01:03:24 +0200
commitb39aba99f922d3e4451d6be09ea9201ea20ba102 (patch)
treeff13a3db19720cc895e9db4b9dc8572541b4fe6e /src/pacman/util.h
parent6a1dfdf2928dbdecc5b0f2f8a7648e7f5ea84341 (diff)
downloadpacman-b39aba99f922d3e4451d6be09ea9201ea20ba102.tar.gz
pacman-b39aba99f922d3e4451d6be09ea9201ea20ba102.tar.xz
Start of the newline fixes after switching over the output
* A few quick newline fixes, mostly related to sync operations. * Moved get_update_timediff to callback.c as it is not used outside of that file. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/util.h')
-rw-r--r--src/pacman/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/util.h b/src/pacman/util.h
index e43208aa..5ab3599e 100644
--- a/src/pacman/util.h
+++ b/src/pacman/util.h
@@ -42,7 +42,6 @@ char *strtrim(char *str);
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);
#endif /* _PM_UTIL_H */