about summary refs log tree commit diff
path: root/lib/pm_system.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-11-26 19:58:59 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-11-26 19:58:59 +0000
commit551975f8128c4412926df7ef07bf31ead18dc418 (patch)
tree0907bf4fadb731dd904415e6b74aeb7e72d45e72 /lib/pm_system.h
parentd5a813766d1b1a5de070a9f6f87a439df963a8ac (diff)
downloadnetpbm-mirror-551975f8128c4412926df7ef07bf31ead18dc418.tar.gz
netpbm-mirror-551975f8128c4412926df7ef07bf31ead18dc418.tar.xz
netpbm-mirror-551975f8128c4412926df7ef07bf31ead18dc418.zip
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
Diffstat (limited to 'lib/pm_system.h')
-rw-r--r--lib/pm_system.h8
1 files changed, 8 insertions, 0 deletions
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