Browse Source

dont leak

master
alistair 3 years ago
parent
commit
0e8cdc936f
  1. 3
      include/syntect-c.h

3
include/syntect-c.h

@ -6,7 +6,8 @@ @@ -6,7 +6,8 @@
extern "C" {
void syntect_init();
char * syntect_to_html(const char * langext, const char *theme, const char *code);
void print_hello_from_rust();
void syntect_release_str(char * s);
}
#endif

Loading…
Cancel
Save