aboutsummaryrefslogtreecommitdiffstats
path: root/src/msg.h
blob: 2cbf31bc425b19b01edcea1dd11c357c99231902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _MSG_H
#define _MSG_H

#include <erl_interface.h>
#include <ei.h>
#include <stdlib.h>

typedef u_int32_t msglen_t;

ETERM *read_msg();
int write_msg(ETERM *msg);

#endif