Corrected elf_load_image() prototype; it requires an object of the Directory
class as first argument. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7505 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
|
** Copyright 2003-2004, Axel Dörfler, [email protected]. All rights reserved.
|
||||||
** Distributed under the terms of the OpenBeOS License.
|
** Distributed under the terms of the OpenBeOS License.
|
||||||
*/
|
*/
|
||||||
#ifndef LOADER_ELF_H
|
#ifndef LOADER_ELF_H
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
#include <boot/vfs.h>
|
#include <boot/vfs.h>
|
||||||
|
|
||||||
|
|
||||||
extern status_t elf_load_image(Node *node, const char *path);
|
extern status_t elf_load_image(Directory *directory, const char *path);
|
||||||
extern status_t elf_load_image(int fd, preloaded_image *image);
|
extern status_t elf_load_image(int fd, preloaded_image *image);
|
||||||
|
|
||||||
#endif /* LOADER_ELF_H */
|
#endif /* LOADER_ELF_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user