dot_testing/builds/utils/c/status/message.h

7 lines
118 B
C

#ifndef STATUS_MESSAGE_H
#define STATUS_MESSAGE_H
int mod_message(char *config, char *name, char *pipename);
#endif