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

7 lines
118 B
C
Raw Normal View History

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