Import readline 7.0 (patch 5)
[deliverable/binutils-gdb.git] / readline / examples / rlversion.c
index 88f4cd7fe4fd75ad239e6190691dfd0e61830705..f36567becf463b1c587fce0b327569493fa083f9 100644 (file)
@@ -41,6 +41,7 @@ extern void exit();
 #  include <readline/readline.h>
 #endif
 
+int
 main()
 {
        printf ("%s\n", rl_library_version ? rl_library_version : "unknown");
This page took 0.03671 seconds and 4 git commands to generate.