From 50f3c688a7cd4819680dbd19b9933c6cb5e62ca7 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 6 Feb 2012 19:44:47 -0500 Subject: Move most files into lib, add top-level makefile --- lib/src/msg.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/src/msg.h (limited to 'lib/src/msg.h') diff --git a/lib/src/msg.h b/lib/src/msg.h new file mode 100644 index 0000000..6db2aa8 --- /dev/null +++ b/lib/src/msg.h @@ -0,0 +1,17 @@ +/* + * 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 -- cgit v1.3