]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.h
afs.h: Change the prototype of stdin_command() to refelct reality.
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index 0b35f3c7f2c9b5b028d0e4973efca0a580bb10fc..ba8964c7e6128a768a2408c8f8a7e90983c440d1 100644 (file)
--- 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);