소스 검색

__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…
취소
저장