From de7ac5d16dd39779adcc89f0482a98401487eaea Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 20 Dec 2021 02:09:15 +0000 Subject: Add pnm_formatpamtuples, pnm_writepamrowpart git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4214 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/pm.h') diff --git a/lib/pm.h b/lib/pm.h index 3fc92fb4..b3c3d202 100644 --- a/lib/pm.h +++ b/lib/pm.h @@ -386,6 +386,9 @@ pm_bs_short(short const s); long pm_bs_long(long const l); +int +pm_is_seekable(FILE * const fileP); + unsigned int pm_tell(FILE * const fileP); -- cgit 1.4.1