__nonnull changes

This commit is contained in:
Holger Lubitz
2007-08-20 00:35:07 +02:00
parent a0fbce4656
commit 2e88138b06

View File

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