summaryrefslogtreecommitdiffstats
path: root/wiretap/systemd_journal.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--wiretap/systemd_journal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/systemd_journal.h b/wiretap/systemd_journal.h
index 0a34c66c..d68e9e00 100644
--- a/wiretap/systemd_journal.h
+++ b/wiretap/systemd_journal.h
@@ -14,6 +14,6 @@
#include "wtap.h"
#include "ws_symbol_export.h"
-wtap_open_return_val systemd_journal_open(wtap *wth, int *err, gchar **err_info);
+wtap_open_return_val systemd_journal_open(wtap *wth, int *err, char **err_info);
#endif // __SYSTEMD_JOURNAL_H__