]> git.tuebingen.mpg.de Git - paraslash.git/commit
task_register() conversion: stdin task
authorAndre Noll <maan@systemlinux.org>
Wed, 8 Jan 2014 05:16:15 +0000 (05:16 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 May 2014 13:36:37 +0000 (15:36 +0200)
commite58586b7395a84e5883b077d89b92c8ac649a1f2
treec5d3cd353be0edeea06d40c419e7aa468e118f18
parent8bf35b38357c3ce59f52ae87f6e84e4b6d183ac7
task_register() conversion: stdin task

This renames stdin_set_defaults() to stdin_task_register() and changes
the function to register the stdin task. Before this patch, the task
was registered in the callers.
client.c
filter.c
stdin.c
stdin.h
write.c