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