diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index 1610ae6d5..8175a29a8 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan + * Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -137,4 +137,7 @@ int ROKEN_LIB_FUNCTION simple_execlp(const char*, ...); void ROKEN_LIB_FUNCTION print_version(const char *); +void *ROKEN_LIB_FUNCTION emalloc (size_t); +void *ROKEN_LIB_FUNCTION erealloc (void *, size_t); + #endif /* __ROKEN_COMMON_H__ */