summaryrefslogtreecommitdiffstats
path: root/src/pacman/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/log.h')
-rw-r--r--src/pacman/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pacman/log.h b/src/pacman/log.h
index ff7fde50..01a507c3 100644
--- a/src/pacman/log.h
+++ b/src/pacman/log.h
@@ -36,6 +36,8 @@ enum {
CL /* current line */
};
+void set_output_padding(int on);
+
/* callback to handle messages/notifications from pacman library */
void cb_log(unsigned short level, char *msg);