aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/logging.h')
-rw-r--r--include/osmocom/core/logging.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index 8464043f..295e5a85 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -122,7 +122,8 @@ void logp(int subsys, const char *file, int line, int cont, const char *format,
#define DLM3UA -16 /*!< Osmocom M3UA */
#define DLMGCP -17 /*!< Osmocom MGCP */
#define DLJIBUF -18 /*!< Osmocom Jitter Buffer */
-#define OSMO_NUM_DLIB 18 /*!< Number of logging sub-systems in libraries */
+#define DLRSPRO -19 /*!< Osmocom Remote SIM Protocol */
+#define OSMO_NUM_DLIB 19 /*!< Number of logging sub-systems in libraries */
/*! Configuration of single log category / sub-system */
struct log_category {
@@ -373,10 +374,6 @@ int log_targets_reopen(void);
void log_add_target(struct log_target *target);
void log_del_target(struct log_target *target);
-/* Generate command string for VTY use */
-const char *log_vty_command_string() OSMO_DEPRECATED_OUTSIDE_LIBOSMOCORE;
-const char *log_vty_command_description() OSMO_DEPRECATED_OUTSIDE_LIBOSMOCORE;
-
struct log_target *log_target_find(int type, const char *fname);
extern struct llist_head osmo_log_target_list;