summaryrefslogtreecommitdiff
path: root/src/pacman/log.h
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-04-25 20:02:07 -0400
committerDan McGee <dan@archlinux.org>2007-04-26 14:34:41 -0400
commitdc05cd107cd158e3d8ee9256205aec20615a674f (patch)
treefec60599b46af26d51c0b08acd6afed2c0c0fc03 /src/pacman/log.h
parent97313ba31645796148c3f413d9ebde365df06dbe (diff)
Pacman side code consolidation- unify callback functions to one file
Some more major code reorginization here. The download progress callback function has been renamed and moved to callback.c, which is the former trans.c with the download and log callbacks added. In addition, this allows util.c to be cleaned up as fill_progress can now be static in callback.c. We've also cut two more source files out. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/log.h')
-rw-r--r--src/pacman/log.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pacman/log.h b/src/pacman/log.h
index 1205e8e6..f9aea4de 100644
--- a/src/pacman/log.h
+++ b/src/pacman/log.h
@@ -42,11 +42,7 @@ enum {
void set_output_padding(int on);
-/* callback to handle messages/notifications from pacman library */
-void cb_log(unsigned short level, char *msg);
-
void pm_fprintf(FILE *file, unsigned short line, char *fmt, ...);
-void vprint(char *fmt, ...);
int yesno(char *fmt, ...);