From 6d0f8390001b3f6ace2b35faec38a1f05a11fdac Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 22 Sep 2007 14:46:07 +0200 Subject: [PATCH 1/1] afs.h: Change the prototype of stdin_command() to refelct reality. --- afs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2