summaryrefslogtreecommitdiff
path: root/src/pacman/log.h
diff options
context:
space:
mode:
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, ...);