move functions that send messages to traced processes to libustcomm (which is linked...
[ust.git] / libustcomm / ustcomm.h
1 #ifndef USTCOMM_H
2 #define USTCOMM_H
3
4 #include <sys/types.h>
5
6 int send_message(pid_t pid, const char *msg, const char *reply);
7
8 #endif /* USTCOMM_H */
This page took 0.028332 seconds and 4 git commands to generate.