summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-walker-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/log-walker-internal.h')
-rw-r--r--telepathy-logger/log-walker-internal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/telepathy-logger/log-walker-internal.h b/telepathy-logger/log-walker-internal.h
index 29cc816..7425290 100644
--- a/telepathy-logger/log-walker-internal.h
+++ b/telepathy-logger/log-walker-internal.h
@@ -22,11 +22,13 @@
#define __TPL_LOG_WALKER_INTERNAL_H__
#include "log-iter-internal.h"
+#include "log-manager.h"
#include "log-walker.h"
G_BEGIN_DECLS
-TplLogWalker *tpl_log_walker_new (void);
+TplLogWalker *tpl_log_walker_new (TplLogEventFilter filter,
+ gpointer filter_data);
void tpl_log_walker_add_iter (TplLogWalker *walker,
TplLogIter *iter);