From bd509425fa6d6caa5af70604b752fb46139c1c38 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 28 Nov 2023 18:07:05 +0000 Subject: Drop infeasible pm_feed_from_filestream, add pm_feed_from_file, pm_accept_to_file git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4791 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pm_system.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/pm_system.h') diff --git a/lib/pm_system.h b/lib/pm_system.h index f6f87451..5cfc50cf 100644 --- a/lib/pm_system.h +++ b/lib/pm_system.h @@ -102,8 +102,12 @@ pm_accept_to_memory(int const pipetosuckFd, void * const accepterParm); void -pm_feed_from_filestream(int const pipeToFeedFd, - void * const feederParm); +pm_feed_from_file(int const pipeToFeedFd, + void * const feederParm); + +void +pm_accept_to_file(int const pipetosuckFd, + void * const accepterParm); void pm_accept_to_filestream(int const pipetosuckFd, -- cgit 1.4.1