about summary refs log tree commit diff
path: root/lib/pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pm.h')
-rw-r--r--lib/pm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/pm.h b/lib/pm.h
index c2fbfcb5..47cbfe83 100644
--- a/lib/pm.h
+++ b/lib/pm.h
@@ -23,8 +23,6 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 
-#include "netpbm/pm_c_util.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -221,7 +219,7 @@ pm_errormsg(const char format[], ...);
 void PM_GNU_PRINTF_ATTR(1,2)
 pm_error (const char reason[], ...);       
 
-bool
+int
 pm_have_float_format(void);
 
 /* Obsolete - use shhopt and user's manual instead */