WIP
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user