david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

__nonnull changes

This commit is contained in:
Holger Lubitz 2007-08-20 00:35:07 +02:00
parent a0fbce4656
commit 2e88138b06
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
*
*/
extern char * readline ( const char *prompt );
extern char * readline ( const char *prompt ) __nonnull;
#endif /* _READLINE_H */