From: Andre Noll Date: Sat, 22 Sep 2007 12:46:07 +0000 (+0200) Subject: afs.h: Change the prototype of stdin_command() to refelct reality. X-Git-Tag: v0.3.0~378 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=6d0f8390001b3f6ace2b35faec38a1f05a11fdac;p=paraslash.git afs.h: Change the prototype of stdin_command() to refelct reality. --- diff --git a/afs.h b/afs.h index 0b35f3c7..ba8964c7 100644 --- a/afs.h +++ b/afs.h @@ -99,7 +99,7 @@ int send_standard_callback_request(int argc, char * const * const argv, int send_option_arg_callback_request(struct osl_object *options, int argc, char * const * const argv, callback_function *f, struct osl_object *result); -int stdin_command(struct osl_object *arg_obj, callback_function *f, +int stdin_command(int fd, struct osl_object *arg_obj, callback_function *f, unsigned max_len, struct osl_object *result); int string_compare(const struct osl_object *obj1, const struct osl_object *obj2); int para_atol(const char *str, long *result);