BSD 4_3_Tahoe release
[unix-history] / usr / src / ucb / pascal / pdx / symtab.h
index 708a082..26bc9b7 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)symtab.h    5.1 (Berkeley) 6/6/85
+ *     @(#)symtab.h    5.2 (Berkeley) 1/3/88
  */
 
 /*
  */
 
 /*
 SYMTAB *symtab;
 
 SYMTAB *st_creat();            /* create a symbol table */
 SYMTAB *symtab;
 
 SYMTAB *st_creat();            /* create a symbol table */
-st_destroy();                  /* destroy a symbol table, i.e. free storage */
+int st_destroy();              /* destroy a symbol table, i.e. free storage */
 SYM *st_insert();              /* insert a symbol */
 SYM *st_lookup();              /* lookup a symbol */
 SYM *st_insert();              /* insert a symbol */
 SYM *st_lookup();              /* lookup a symbol */
-dumpvars();                    /* dump the symbols of a function */
-print_alias();                 /* print out currently active aliases */
-enter_alias();                 /* create a new name for a command */
+int dumpvars();                        /* dump the symbols of a function */
+int print_alias();             /* print out currently active aliases */
+int enter_alias();             /* create a new name for a command */
 SYM *findtype();               /* search symbol table for a type name */
 SYM *findtype();               /* search symbol table for a type name */