]> git.tuebingen.mpg.de Git - paraslash.git/commit
blob: Simplify stdin_command().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 5 Apr 2015 15:04:24 +0000 (15:04 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 12 Aug 2015 21:23:47 +0000 (23:23 +0200)
commitdf163841b20a7ef51190cc9e05cdc0cc80ce5b8a
tree3f9afc9c83e9780c6bf178878cf50f7f73973bf7
parent213b3181e7f8ebd07ec37e256188ea9094722cef
blob: Simplify stdin_command().

This function has only a single caller which passes a pointer to
afs_cb_result_handler() as the result handler. Also the first and
last parameter are both pointers to the command_context structure.

This commit gets rid of the two arguments of the function and updates
the documentation accordingly. Since it is a static function, we
don't need doxygen comments for all arguments.
blob.c