Files
erlang-sqlite3/c_src/erl_comm.h
2010-10-12 10:19:34 -07:00

9 lines
138 B
C

#ifndef _ERL_COMM_H
#define _ERL_COMM_H
typedef unsigned char byte;
int read_cmd(byte *buf);
int write_cmd(byte *buf, int len);
#endif