diff options
Diffstat (limited to 'symbol-table.h')
-rw-r--r-- | symbol-table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/symbol-table.h b/symbol-table.h index e234a43..c92986d 100644 --- a/symbol-table.h +++ b/symbol-table.h @@ -10,5 +10,6 @@ typedef struct symtab symtab; symtab* lookup(char *name); void insertID(char *name); void printSymTab(void); +int fillTab(symtab **tp); // vim: set sw=4 ts=4 sts=4 et: |