ソースを参照

__nonnull changes

tags/v0.9.3
Holger Lubitz 18年前
コミット
d0867b101d
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/include/gpxe/editstring.h

+ 1
- 1
src/include/gpxe/editstring.h ファイルの表示

26
 	unsigned int mod_end;
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
 #endif /* _GPXE_EDITSTRING_H */
31
 #endif /* _GPXE_EDITSTRING_H */

読み込み中…
キャンセル
保存