remove dependency on ustcomm.h where possible
[ust.git] / libustcmd / ustcmd.h
index c9ecb008fbee5e3c4a726fa76f0e5abfb9493a27..60f5018b1076346856b1d6d2aa8dd2163f34ded4 100644 (file)
@@ -24,9 +24,6 @@
 #include <stdlib.h>
 #include <fcntl.h>
 
-#include "ustcomm.h"
-#include "ustcmd.h"
-
 #define USTCMD_ERR_CONN                1 /* Process connection error */
 #define USTCMD_ERR_ARG         2 /* Invalid function argument */
 #define USTCMD_ERR_GEN         3 /* General ustcmd error */
@@ -62,5 +59,8 @@ extern int ustcmd_free_cmsf(struct marker_status *);
 extern unsigned int ustcmd_count_nl(const char *);
 extern int ustcmd_send_cmd(const char *, pid_t, char **);
 extern int ustcmd_get_cmsf(struct marker_status **, pid_t);
+extern int ustcmd_set_sock_path(const char *, pid_t);
+extern int ustcmd_get_sock_path(char **, pid_t);
+extern int ustcmd_force_switch(pid_t);
 
 #endif /* _USTCMD_H */
This page took 0.023505 seconds and 4 git commands to generate.