Add UST test binaries to gitignore
[lttng-tools.git] / lttng-sessiond / utils.h
index 415e0135bb94e1bedb27bd202b81a2d9778400dd..e20ec4e9e2b5af5ed88be9d64235aeeee26f2a81 100644 (file)
 #ifndef _LTT_UTILS_H
 #define _LTT_UTILS_H
 
-#include <unistd.h>
-
-#ifndef __stringify
-#define __stringify1(x)        #x
-#define __stringify(x) __stringify1(x)
-#endif
-
-int mkdir_recursive(const char *path, mode_t mode, uid_t uid, gid_t gid);
 const char *get_home_dir(void);
 int notify_thread_pipe(int wpipe);
 
This page took 0.023259 seconds and 4 git commands to generate.