Fixed parameter for get_nth_image_symbol().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2429 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2700a953b9
commit
c60685fcad
@ -17,7 +17,7 @@ struct rld_export
|
||||
status_t (*unload_add_on)(image_id imageID);
|
||||
status_t (*get_image_symbol)(image_id imageID, char const *symbolName,
|
||||
int32 symbolType, void **_location);
|
||||
status_t (*get_nth_image_symbol)(image_id imageID, int32 num, char const *symbolName,
|
||||
status_t (*get_nth_image_symbol)(image_id imageID, int32 num, char *symbolName,
|
||||
int32 *nameLength, int32 *symbolType, void **_location);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user