X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=ba8964c7e6128a768a2408c8f8a7e90983c440d1;hp=0b35f3c7f2c9b5b028d0e4973efca0a580bb10fc;hb=6d0f8390001b3f6ace2b35faec38a1f05a11fdac;hpb=4c2a8737d3867f7ec8ee4d858e981c1b62e29759 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);