adjust prototype
authorJim Meyering <jim@meyering.net>
Wed, 24 Aug 2005 13:01:31 +0000 (13:01 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Aug 2005 13:01:31 +0000 (13:01 +0000)
Include stdbool.h.

lib/stdopen.h

index d6c9415..d54e5f1 100644 (file)
@@ -1,11 +1,13 @@
 #ifndef STDOPEN_H
 # define STDOPEN_H 1
 
+# include <stdbool.h>
+
 # ifdef __cplusplus
 extern "C" {
 # endif
 
-void stdopen (void);
+bool stdopen (void);
 
 # ifdef __cplusplus
 }