adbd0ae3e730f55903496ba1a2701acbfff62dab
[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.028824 seconds and 3 git commands to generate.