mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 02:05:41 +03:00
don't really need those I suppose
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user