fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)
[lttng-ust.git] / liblttng-ust / tracelog.c
index 307e0fce2fe434a3e55e00b6b6d3d52eb5ed588d..d69301d80210d084a631c81f2193b14550965468 100644 (file)
@@ -43,6 +43,9 @@
                        const char *fmt, va_list ap) \
                __attribute__ ((format(printf, 4, 0))); \
        \
+       void _lttng_ust_vtracelog_##level(const char *file, \
+                       int line, const char *func, \
+                       const char *fmt, va_list ap); \
        void _lttng_ust_vtracelog_##level(const char *file, \
                        int line, const char *func, \
                        const char *fmt, va_list ap) \
@@ -55,6 +58,9 @@
                        const char *fmt, ...) \
                __attribute__ ((format(printf, 4, 5))); \
        \
+       void _lttng_ust_tracelog_##level(const char *file, \
+                       int line, const char *func, \
+                       const char *fmt, ...); \
        void _lttng_ust_tracelog_##level(const char *file, \
                        int line, const char *func, \
                        const char *fmt, ...) \
This page took 0.023317 seconds and 4 git commands to generate.