add rk_realloc

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14984 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-27 12:17:53 +00:00
parent eff53156ed
commit eb9bd70683

View File

@@ -376,6 +376,9 @@ void ROKEN_LIB_FUNCTION
warnerr(int doerrno, const char *fmt, va_list ap) warnerr(int doerrno, const char *fmt, va_list ap)
__attribute__ ((format (printf, 2, 0))); __attribute__ ((format (printf, 2, 0)));
void * ROKEN_LIB_FUNCTION
rk_realloc(void *, size_t);
ROKEN_CPP_END ROKEN_CPP_END
#endif /* __ROKEN_COMMON_H__ */ #endif /* __ROKEN_COMMON_H__ */