don't really need those I suppose

This commit is contained in:
Isha
2014-02-28 12:35:15 -05:00
parent edd28a144a
commit f367dd7915

View File

@@ -3,18 +3,9 @@
#include <regex.h>
enum error_mode {
STRICT,
LAX,
WARN
};
struct liquid_variable {
char *markup; long markup_len;
char *name; long name_len;
enum error_mode e_mode;
char **filters;
int *filter_len;
};
void init_liquid_variable();