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