Commit 23aee687 by Hampton Catlin

Clean up the header interface

parent c0a68f4a
......@@ -44,11 +44,9 @@ void sass_free_context (struct sass_context* ctx);
void sass_free_folder_context (struct sass_folder_context* ctx);
void sass_free_file_context (struct sass_file_context* ctx);
int sass_compile (struct sass_context* ctx);
//int sass_compile_folder (struct sass_folder_context*);
int sass_compile_folder (struct sass_folder_context* ctx);
int sass_compile_file (struct sass_file_context* ctx);
void sass_free_file_context (struct sass_file_context* ctx);
#ifdef __cplusplus
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment