Ver código fonte

__nonnull changes

tags/v0.9.3
Holger Lubitz 18 anos atrás
pai
commit
d0867b101d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/include/gpxe/editstring.h

+ 1
- 1
src/include/gpxe/editstring.h Ver arquivo

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 */

Carregando…
Cancelar
Salvar