summaryrefslogtreecommitdiff
path: root/c_src/erlport.h
blob: 0a7d3c7d695b56dc0440565cfe9d30414fd524f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (c) 2014, NORDUnet A/S.
 * See LICENSE for licensing information.
 */

#ifndef ERLPORT_H
#define ERLPORT_H

ssize_t
read_command(unsigned char *buf, size_t maxlen, size_t length_size);

int
write_reply(unsigned char *msg, size_t len, size_t length_size);

int
write_status(char *msg);

#endif