diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-05 05:39:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-05 05:39:43 +0000 |
commit | 1b9150acab5574d57215c7b08f8f761af9ecd8ad (patch) | |
tree | 308a8c6cc99282d4b8e82a6073d1b27175cca334 /usr.bin/rpcgen/rpc_util.h | |
parent | 09218549c3047932768da40efd169f2e9cde4b4f (diff) |
allocation mischecks by cloder@acm.org; lots of other cleanup by me
Diffstat (limited to 'usr.bin/rpcgen/rpc_util.h')
-rw-r--r-- | usr.bin/rpcgen/rpc_util.h | 5 |
1 files changed, 4 insertions, 1 deletions
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); + |