xfree, close-on-exec

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23468 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-07-27 12:16:56 +00:00
parent 1e91bb390c
commit e9c6b517fd

View File

@@ -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