소스 검색

Added missing declaration.

tags/v0.9.3
Michael Brown 17 년 전
부모
커밋
b45a9bfa2d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/include/usr/imgmgmt.h

+ 2
- 0
src/include/usr/imgmgmt.h 파일 보기

7
  *
7
  *
8
  */
8
  */
9
 
9
 
10
+struct image;
11
+
10
 extern int imgfetch ( const char *filename, const char *name,
12
 extern int imgfetch ( const char *filename, const char *name,
11
 		      struct image **new_image );
13
 		      struct image **new_image );
12
 extern int imgload ( struct image *image );
14
 extern int imgload ( struct image *image );

Loading…
취소
저장