summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-03 06:50:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-03 06:50:29 +0000
commit5cab98a552d03dd2c7a566504b72afb11b89c84d (patch)
treed522ff9f2cc2db7e245645da75821e6ef16604d2 /include
parente823d2c765133cc0851045eae69fa841c7bae557 (diff)
plug many memory leaks
Diffstat (limited to 'include')
-rw-r--r--include/rpc/svc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rpc/svc.h b/include/rpc/svc.h
index a8ace2e2985..7fcdf91e0b3 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: svc.h,v 1.3 2000/08/22 18:44:48 deraadt Exp $ */
+/* $OpenBSD: svc.h,v 1.4 2001/03/03 06:50:27 deraadt Exp $ */
/* $NetBSD: svc.h,v 1.9 1995/04/29 05:28:01 cgd Exp $ */
/*
@@ -193,6 +193,7 @@ __END_DECLS
*/
__BEGIN_DECLS
extern void xprt_register __P((SVCXPRT *));
+extern int __xprt_register __P((SVCXPRT *));
__END_DECLS
/*