aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocore/logging.h')
-rw-r--r--include/osmocore/logging.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osmocore/logging.h b/include/osmocore/logging.h
index a2c63e9a..fd458440 100644
--- a/include/osmocore/logging.h
+++ b/include/osmocore/logging.h
@@ -144,9 +144,9 @@ int log_target_file_reopen(struct log_target *tgt);
void log_add_target(struct log_target *target);
void log_del_target(struct log_target *target);
-/* Gernerate command argument strings for VTY use */
-const char *log_vty_category_string(struct log_info *info);
-const char *log_vty_level_string(struct log_info *info);
+/* Generate command string for VTY use */
+const char *log_vty_command_string(const struct log_info *info);
+const char *log_vty_command_description(const struct log_info *info);
struct log_target *log_target_find(int type, const char *fname);
extern struct llist_head osmo_log_target_list;