diff --git a/headers/private/libroot/libroot_private.h b/headers/private/libroot/libroot_private.h index 391897b6b7..76581ea6e2 100644 --- a/headers/private/libroot/libroot_private.h +++ b/headers/private/libroot/libroot_private.h @@ -1,5 +1,5 @@ /* - * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. + * Copyright 2004-2005, Axel Dörfler, axeld@pinc-software.de. * Distributed under the terms of the MIT License. */ #ifndef LIBROOT_PRIVATE_H @@ -11,6 +11,7 @@ struct real_time_data; void __init_image(const struct uspace_program_args *args); void __init_dlfcn(const struct uspace_program_args *args); +void __init_env(const struct uspace_program_args *args); void __init_time(void); void __arch_init_time(struct real_time_data *data);