From 1b9150acab5574d57215c7b08f8f761af9ecd8ad Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 5 Jul 2002 05:39:43 +0000 Subject: allocation mischecks by cloder@acm.org; lots of other cleanup by me --- usr.bin/rpcgen/rpc_util.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr.bin/rpcgen/rpc_util.h') diff --git a/usr.bin/rpcgen/rpc_util.h b/usr.bin/rpcgen/rpc_util.h index 2d2f8079278..a9cc50f12b2 100644 --- a/usr.bin/rpcgen/rpc_util.h +++ b/usr.bin/rpcgen/rpc_util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_util.h,v 1.10 2002/06/01 01:40:38 deraadt Exp $ */ +/* $OpenBSD: rpc_util.h,v 1.11 2002/07/05 05:39:42 deraadt Exp $ */ /* $NetBSD: rpc_util.h,v 1.3 1995/06/11 21:50:10 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -154,3 +154,6 @@ void write_tables(void); void write_sample_svc(definition *); int write_sample_clnt(definition *); void write_sample_clnt_main(void); + +void add_type(int len, char *type); + -- cgit v1.2.3