瀏覽代碼

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,6 +7,8 @@
7 7
  *
8 8
  */
9 9
 
10
+struct image;
11
+
10 12
 extern int imgfetch ( const char *filename, const char *name,
11 13
 		      struct image **new_image );
12 14
 extern int imgload ( struct image *image );

Loading…
取消
儲存