common: make some functions static in mi-lttng.c
[lttng-tools.git] / src / common / mi-lttng.c
index 2a69d45298b801c68722d45e7dfca7dc10328e2b..c4bda37bb84ede2269429a698ee74cc363820d4d 100644 (file)
@@ -363,7 +363,7 @@ const char *mi_lttng_logleveltype_string(enum lttng_loglevel_type value)
        }
 }
 
-LTTNG_HIDDEN
+static
 const char *mi_lttng_eventtype_string(enum lttng_event_type value)
 {
        switch (value) {
@@ -1313,7 +1313,7 @@ end:
        return ret;
 }
 
-LTTNG_HIDDEN
+static
 int mi_lttng_event_userspace_probe(struct mi_writer *writer,
                struct lttng_event *event)
 {
This page took 0.022892 seconds and 4 git commands to generate.