From da648bc24cebcf3fff9073693871183fd95d4c92 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 30 Jan 2007 08:14:10 +0000 Subject: K. Piche * ALPM_LOG_FUNCTION macro and all the great work to add this macro everywhere --- lib/libalpm/backup.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libalpm/backup.c') diff --git a/lib/libalpm/backup.c b/lib/libalpm/backup.c index dbe6d625..3750f7db 100644 --- a/lib/libalpm/backup.c +++ b/lib/libalpm/backup.c @@ -26,6 +26,7 @@ #include #include /* pacman */ +#include "log.h" #include "backup.h" #include "util.h" @@ -36,6 +37,8 @@ char *_alpm_needbackup(char *file, alpm_list_t *backup) { alpm_list_t *lp; + ALPM_LOG_FUNC; + if(file == NULL || backup == NULL) { return(NULL); } -- cgit v1.2.3-24-g4f1b