Browse Source

__nonnull changes

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
2e88138b06
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/readline/readline.h

+ 1
- 1
src/include/readline/readline.h View File

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

Loading…
Cancel
Save