From 380eacd0f4037ec00f37ad5b5e4baa18301cf3dd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 25 Oct 2008 22:44:53 +0000 Subject: small cosmetic fixes --- src/core/scope.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/scope.h') 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 */ -- cgit v1.2.3