瀏覽代碼

__nonnull changes

tags/v0.9.3
Holger Lubitz 17 年之前
父節點
當前提交
d0867b101d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/include/gpxe/editstring.h

+ 1
- 1
src/include/gpxe/editstring.h 查看文件

@@ -26,6 +26,6 @@ struct edit_string {
26 26
 	unsigned int mod_end;
27 27
 };
28 28
 
29
-extern int edit_string ( struct edit_string *string, int key );
29
+extern int edit_string ( struct edit_string *string, int key ) __nonnull;
30 30
 
31 31
 #endif /* _GPXE_EDITSTRING_H */

Loading…
取消
儲存