summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libalpm/log.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libalpm/log.h b/lib/libalpm/log.h
index cdbd8c94..8bd3a020 100644
--- a/lib/libalpm/log.h
+++ b/lib/libalpm/log.h
@@ -25,8 +25,6 @@
void _alpm_log(unsigned char flag, char *fmt, ...);
-int _alpm_log_action(unsigned char usesyslog, FILE *f, char *fmt, ...);
-
#endif /* _ALPM_LOG_H */
/* vim: set ts=2 sw=2 noet: */