aboutsummaryrefslogtreecommitdiff
path: root/src/compile.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:37:08 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:37:08 -0400
commit4347eff736db4da9f8841793d63d282e694de080 (patch)
tree47dae97a3454d2481817af02dd0b04442c0ff03d /src/compile.h
parente3e7c60dd75ef0f06a25ddde2685868062302eeb (diff)
Split CLI into its own file
Diffstat (limited to 'src/compile.h')
-rw-r--r--src/compile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compile.h b/src/compile.h
index 361acbb6..8e9e5f82 100644
--- a/src/compile.h
+++ b/src/compile.h
@@ -8,7 +8,6 @@
#include "types.h"
Text_t compile(env_t *env, ast_t *ast);
-Text_t compile_cli_arg_call(env_t *env, Text_t fn_name, type_t *fn_type, const char *version);
Text_t compile_empty(type_t *t);
Text_t compile_maybe_incref(env_t *env, ast_t *ast, type_t *t);