summaryrefslogtreecommitdiff
path: root/src/core/scope.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-10-25 22:44:53 +0000
committerPaul Buetow <paul@buetow.org>2008-10-25 22:44:53 +0000
commit380eacd0f4037ec00f37ad5b5e4baa18301cf3dd (patch)
tree524ad303295c77d168d2106876b5965595fb264a /src/core/scope.h
parent4aeb6d5394e7c65b8c43b71908d85ef8cfe41c3a (diff)
small cosmetic fixes
Diffstat (limited to 'src/core/scope.h')
-rw-r--r--src/core/scope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/scope.h b/src/core/scope.h
index 1bf0c51..be29e67 100644
--- a/src/core/scope.h
+++ b/src/core/scope.h
@@ -55,5 +55,6 @@ _Bool scope_newset(Scope *p_scope, char *c_key, Symbol *p_symbol);
_Bool scope_reset(Scope *p_scope, char *c_key, Symbol *p_symbol);
void scope_down(Scope *p_scope);
void scope_up(Scope *p_scope);
+void scope_print(Scope *p_scope);
#endif /* SCOPE_H */