]> mj.ucw.cz Git - umpf.git/blobdiff - umpf.h
little cleanup before bigger events ;)
[umpf.git] / umpf.h
diff --git a/umpf.h b/umpf.h
index 7c3bd8030df1bccd919207bc0a0f1d0ac1a06516..e379c8400a0a1120f910c35e7abc044b4ccf3008 100644 (file)
--- a/umpf.h
+++ b/umpf.h
@@ -180,6 +180,7 @@ char* empty;
 void init(void);
 void compile(struct tree* t, struct list* where);
 int find_var(char* name, struct list* hash);
+struct variable* get_var_struct(char* name, struct list* hash);
 int store_const(char* c);
 struct list* new_var_hash(void);
 int get_bucket_number(char* name);