summaryrefslogtreecommitdiffstats
path: root/src/blogc/funcvars.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc/funcvars.h')
-rw-r--r--src/blogc/funcvars.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/blogc/funcvars.h b/src/blogc/funcvars.h
deleted file mode 100644
index aae1bc3..0000000
--- a/src/blogc/funcvars.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * blogc: A blog compiler.
- * Copyright (C) 2014-2019 Rafael G. Martins <rafael@rafaelmartins.eng.br>
- *
- * This program can be distributed under the terms of the BSD License.
- * See the file LICENSE.
- */
-
-#ifndef ___FUNCVARS_H
-#define ___FUNCVARS_H
-
-#include <stdbool.h>
-#include "../common/utils.h"
-
-typedef void (*blogc_funcvars_func_t) (bc_trie_t*);
-
-void blogc_funcvars_eval(bc_trie_t *global, const char *name);
-
-#endif /* ___FUNCVARS_H */