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

#ifndef ERLPORT_H
#define ERLPORT_H

ssize_t
read_command(char *buf, size_t len);

int
write_status(char *msg);

#endif