This commit is contained in:
Aditya Kulkarni
2019-10-15 12:26:25 -07:00
parent 18609491c7
commit 3de363cbb5
4 changed files with 66 additions and 589 deletions

View File

@@ -1,4 +1,3 @@
#ifndef _ZEC_PAPER_RUST_H
#define _ZEC_PAPER_RUST_H
@@ -6,9 +5,9 @@
extern "C"{
#endif
extern char * initialze (bool dangerous, const char* server);
extern char * execute (char* s);
extern void rust_free_string (char* s);
extern char * litelib_initialze (bool dangerous, const char* server);
extern char * litelib_execute (char* s);
extern void litelib_rust_free_string (char* s);
#ifdef __cplusplus
}