libipc-old/src/message.h

8 lines
124 B
C
Raw Permalink Normal View History

2018-10-03 21:52:11 +02:00
#ifndef __IPC_MSG_H__
#define __IPC_MSG_H__
2016-12-21 01:26:47 +01:00
#include "ipc.h"
2018-10-03 22:02:37 +02:00
void ipc_message_print (const struct ipc_message *m);
2016-12-21 01:26:47 +01:00
#endif