From e9c6b517fd0050ee9e085297f71ee0f31398cb82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 27 Jul 2008 12:16:56 +0000 Subject: [PATCH] xfree, close-on-exec git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23468 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index 385986fa2..18c510f7f 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -404,7 +404,14 @@ int ROKEN_LIB_FUNCTION rk_undumpdata (const char *, void **, size_t *); void ROKEN_LIB_FUNCTION -rk_xfree (void *buf); +rk_xfree (void *); + +void ROKEN_LIB_FUNCTION +rk_cloexec(int); + +void ROKEN_LIB_FUNCTION +rk_cloexec_file(FILE *); + ROKEN_CPP_END