aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/vty/logging.h')
-rw-r--r--include/osmocom/vty/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/vty/logging.h b/include/osmocom/vty/logging.h
index 9e4b98f9..544d1177 100644
--- a/include/osmocom/vty/logging.h
+++ b/include/osmocom/vty/logging.h
@@ -4,6 +4,6 @@
#define FILTER_STR "Filter log messages\n"
struct log_info;
-void logging_vty_add_cmds(const struct log_info *cat);
+void logging_vty_add_cmds();
struct vty;
struct log_target *osmo_log_vty2tgt(struct vty *vty);