2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-15 07:41:45 +00:00

__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 */