X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/95f51977ddc18faa2e212f30c00a39540b39f325..ca67e7b465996afb3821d6a075c4dc6a7f0f5d52:/usr/src/ucb/pascal/pdx/object.h diff --git a/usr/src/ucb/pascal/pdx/object.h b/usr/src/ucb/pascal/pdx/object.h index 20cba2bdc1..15cee364af 100644 --- a/usr/src/ucb/pascal/pdx/object.h +++ b/usr/src/ucb/pascal/pdx/object.h @@ -3,7 +3,7 @@ * 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 */ -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 */