From b3bcf33e9f1a9487c0bdbcc0507cc5fd22369af8 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 7 Oct 2018 02:25:17 +0000 Subject: add pm_getline git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3391 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 4f56dc5a..3fc92fb4 100644 --- a/lib/pm.h +++ b/lib/pm.h @@ -373,6 +373,13 @@ char* pm_read_unknown_size(FILE * const ifP, long * const buf); +void +pm_getline(FILE * const ifP, + char ** const bufferP, + size_t * const bufferSzP, + int * const eofP, + size_t * const lineLenP); + short pm_bs_short(short const s); -- cgit 1.4.1