From 551975f8128c4412926df7ef07bf31ead18dc418 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 26 Nov 2023 19:58:59 +0000 Subject: Add pm_feed_from_filestream, pm_accept_to_filestream git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4788 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pm_system.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/pm_system.h') diff --git a/lib/pm_system.h b/lib/pm_system.h index 58e17f05..f6f87451 100644 --- a/lib/pm_system.h +++ b/lib/pm_system.h @@ -101,6 +101,14 @@ void pm_accept_to_memory(int const pipetosuckFd, void * const accepterParm); +void +pm_feed_from_filestream(int const pipeToFeedFd, + void * const feederParm); + +void +pm_accept_to_filestream(int const pipetosuckFd, + void * const accepterParm); + #ifdef __cplusplus } #endif -- cgit 1.4.1