mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 14:32:49 +03:00
__nonnull changes
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
extern char * readline ( const char *prompt );
|
||||
extern char * readline ( const char *prompt ) __nonnull;
|
||||
|
||||
#endif /* _READLINE_H */
|
||||
|
||||
Reference in New Issue
Block a user