/* * Copyright (C) 2008, Brian Cully */ #ifndef _MSG_H #define _MSG_H #include #include #include typedef u_int32_t msglen_t; ETERM *read_msg(); int write_msg(ETERM *msg); #endif