BSD 4_3_Tahoe release
[unix-history] / usr / src / ucb / pascal / pdx / object.h
index 20cba2b..15cee36 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.
  *
- *     @(#)object.h    5.1 (Berkeley) 6/6/85
+ *     @(#)object.h    5.2 (Berkeley) 1/3/88
  */
 
 /*
  */
 
 /*
@@ -26,5 +26,5 @@ struct {
 char *stringtab;       /* string table */
 char *dotpfile;                /* name of compiled file */
 
 char *stringtab;       /* string table */
 char *dotpfile;                /* name of compiled file */
 
-readobj();             /* read in the object file */
-objfree();             /* release storage for object file information */
+int readobj();         /* read in the object file */
+int objfree();         /* release storage for object file information */