view modules/pipe-filter-gi @ 16364:89227b989588

fatal-signal: use C prototypes (with explicit void). * lib/fatal-signal.c (uninstall_handlers, install_handlers) (init_fatal_signal_set, block_fatal_signals): Fix signatures.
author Akim Demaille <demaille@gostai.com>
date Wed, 08 Feb 2012 10:36:20 +0100
parents d214c42cc3fe
children 99fa3b05f1c8
line wrap: on
line source

Description:
Filtering of data through a subprocess.

Files:
lib/pipe-filter.h
lib/pipe-filter-gi.c
lib/pipe-filter-aux.h

Depends-on:
spawn-pipe
wait-process
error
fcntl-h
gettext-h
stdbool
stdint
stdlib
sys_select
unistd

configure.ac:
AC_REQUIRE([AC_C_INLINE])
AC_CHECK_FUNCS_ONCE([select])

Makefile.am:
lib_SOURCES += pipe-filter-gi.c

Include:
"pipe-filter.h"

License:
GPL

Maintainer:
Paolo Bonzini, Bruno Haible