瀏覽代碼

__nonnull changes

tags/v0.9.3
Holger Lubitz 18 年之前
父節點
當前提交
a0fbce4656
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/include/gpxe/settings_ui.h

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

9
 
9
 
10
 struct config_context;
10
 struct config_context;
11
 
11
 
12
-extern int settings_ui ( struct config_context *context );
12
+extern int settings_ui ( struct config_context *context ) __nonnull;
13
 
13
 
14
 #endif /* _GPXE_SETTINGS_UI_H */
14
 #endif /* _GPXE_SETTINGS_UI_H */

Loading…
取消
儲存