Fix: pass private data to context callbacks
[lttng-ust.git] / liblttng-ust / getenv.h
index f8e7bc37a631f1531dbf14aed273264d5fd8ba5e..61d4919378c44e0410bc54e4a72b3e16007cc3bf 100644 (file)
@@ -7,8 +7,6 @@
 #ifndef _COMPAT_GETENV_H
 #define _COMPAT_GETENV_H
 
-#include "ust-helper.h"
-
 /*
  * Always add the lttng-ust environment variables using the lttng_ust_getenv()
  * infrastructure rather than using getenv() directly.  This ensures that we
  * lttng-ust)
  */
 
-LTTNG_HIDDEN
-char *lttng_ust_getenv(const char *name);
+char *lttng_ust_getenv(const char *name)
+       __attribute__((visibility("hidden")));
 
-LTTNG_HIDDEN
-void lttng_ust_getenv_init(void);
+void lttng_ust_getenv_init(void)
+       __attribute__((visibility("hidden")));
 
 #endif /* _COMPAT_GETENV_H */
This page took 0.023341 seconds and 4 git commands to generate.