mirror of https://github.com/ipxe/ipxe.git
__nonnull changes
parent
a0fbce4656
commit
2e88138b06
|
@ -7,6 +7,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
extern char * readline ( const char *prompt );
|
||||
extern char * readline ( const char *prompt ) __nonnull;
|
||||
|
||||
#endif /* _READLINE_H */
|
||||
|
|
Loading…
Reference in New Issue