Missed in the previous commit: Added debug_get_symbol_iterator_image_info().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30169 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-04-15 13:30:58 +00:00
parent 39df634176
commit 998210b432

View File

@ -77,6 +77,8 @@ void debug_delete_symbol_iterator(debug_symbol_iterator* iterator);
status_t debug_next_image_symbol(debug_symbol_iterator* iterator,
char* nameBuffer, size_t nameBufferLength, int32* _symbolType,
void** _symbolLocation, size_t* _symbolSize);
status_t debug_get_symbol_iterator_image_info(debug_symbol_iterator* iterator,
image_info* info);
#ifdef __cplusplus
} // extern "C"