* Minor cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33586 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-10-14 12:51:19 +00:00
parent 417ba86ea2
commit e628f41c49
2 changed files with 5 additions and 6 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2007, Haiku, Inc. All Rights Reserved.
* Copyright 2007-2009, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT license.
*/
#ifndef _IMAGE_H
@@ -87,8 +87,8 @@ void clear_caches(void *address, size_t length, uint32 flags);
_get_next_image_info((team), (cookie), (info), sizeof(*(info)))
/* private, use the macros above */
status_t _get_image_info (image_id image, image_info *info, size_t size);
status_t _get_next_image_info (team_id team, int32 *cookie, image_info *info,
status_t _get_image_info(image_id image, image_info *info, size_t size);
status_t _get_next_image_info(team_id team, int32 *cookie, image_info *info,
size_t size);
#ifdef __cplusplus