From 9e4f4c5e1fba64c1139ebd19927203b357303b16 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 31 Dec 2007 02:48:03 +0000 Subject: Add pm_tmpfile_fd(), pm_make_tmpfile_fd() git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@520 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pm.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/pm.h') diff --git a/lib/pm.h b/lib/pm.h index b38580ff..4ba20aa5 100644 --- a/lib/pm.h +++ b/lib/pm.h @@ -105,10 +105,17 @@ pm_setMessage(int const newState, int * const oldStateP); FILE * pm_tmpfile(void); +int +pm_tmpfile_fd(void); + void pm_make_tmpfile(FILE ** const filePP, const char ** const filenameP); +void +pm_make_tmpfile_fd(int * const fdP, + const char ** const filenameP); + void pm_nextimage(FILE * const file, int * const eofP); -- cgit 1.4.1