Added __init_env() prototype.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11666 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-03-10 22:36:53 +00:00
parent a6fa470989
commit 2bf23eaa75
+2 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2004, Axel Dörfler, [email protected].
* Copyright 2004-2005, Axel Dörfler, [email protected].
* 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);