From af4792d67fece463885dabbc5deda5581b46d3bb Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 3 Jan 2015 01:25:27 +0000 Subject: Fix external header file pm.h so it doesn't include internal header file pm_c_util.h git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2371 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pm.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/pm.h') 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 #include -#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 */ -- cgit 1.4.1