From b39aba99f922d3e4451d6be09ea9201ea20ba102 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 26 Apr 2007 19:03:24 -0400 Subject: 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 --- src/pacman/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pacman/util.h') 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 */ -- cgit v1.2.3