From dc05cd107cd158e3d8ee9256205aec20615a674f Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 25 Apr 2007 20:02:07 -0400 Subject: 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 --- src/pacman/log.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/pacman/log.h') 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, ...); -- cgit v1.2.3