summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
authorkdx <kdx@42l.fr>2023-03-17 03:49:29 +0100
committerkdx <kdx@42l.fr>2023-03-17 03:49:29 +0100
commit1aa823effc534526c1bc2ec4ca80139826660f2f (patch)
tree8739530a2a8ec0df738cbdd72277b85bbfce2715 /scope.h
parent4160e9650bcfe7449beb150cdf8196b768a92eb3 (diff)
downloadgolem-1aa823effc534526c1bc2ec4ca80139826660f2f.tar.gz
scope function arguments
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scope.h b/scope.h
index 96ab8cb..1d5e1f1 100644
--- a/scope.h
+++ b/scope.h
@@ -2,3 +2,4 @@
#include "token.h"
void scope_extract(Token *list);
+void scope_function(Token *list);