libipc-old/src/message.h

8 lines
124 B
C

#ifndef __IPC_MSG_H__
#define __IPC_MSG_H__
#include "ipc.h"
void ipc_message_print (const struct ipc_message *m);
#endif