mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +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 */
|
#endif /* _READLINE_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user