]> granicus.if.org Git - recode/commit
Allow pipe filters to signal when they are interrupted again
authorReuben Thomas <rrt@sc3d.org>
Mon, 22 Jan 2018 23:35:27 +0000 (23:35 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 23 Jan 2018 07:16:19 +0000 (07:16 +0000)
commit12565da6e491e9519ced70c798b67676f4bcf46f
tree805f4860846289510f5924d0adefb74a7785f7f5
parent56282b68c068c0e3368038673792b8be45acad2a
Allow pipe filters to signal when they are interrupted again

Make the interrupted variable, previously static in main,
recode_interrupted, defined in task.c (hence in librecode), so that it can
now be tested at the end of a pipe recode.
src/main.c
src/recodext.h
src/task.c