Holger Lubitz 17 лет назад
Родитель
Сommit
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 */

Загрузка…
Отмена
Сохранить