X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=afs.h;h=22d70ad987e25c32b267e6831c4400aa78d27c23;hb=57385d313c47bb37b3ac73940a43d47612a2c593;hp=aa94ac7282a27755cf6b43bd4773443f5a511a53;hpb=02691a995a6ee0fe4d9078f1d82465edd4814f74;p=paraslash.git diff --git a/afs.h b/afs.h index aa94ac72..22d70ad9 100644 --- a/afs.h +++ b/afs.h @@ -96,10 +96,10 @@ typedef int callback_function(const struct osl_object *, struct osl_object *); __noreturn int afs_init(uint32_t cookie, int socket_fd); int send_callback_request(callback_function *f, struct osl_object *query, struct osl_object *result); -int send_standard_callback_request(int argc, const char **argv, +int send_standard_callback_request(int argc, char * const * const argv, callback_function *f, struct osl_object *result); int send_option_arg_callback_request(struct osl_object *options, - int argc, const char **argv, callback_function *f, + int argc, char * const * const argv, callback_function *f, struct osl_object *result); int stdin_command(struct osl_object *arg_obj, callback_function *f, unsigned max_len, struct osl_object *result);