X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=73c466480c7319929c5a103d14c73fbfb5934c4a;hp=ba0d266ab7198896274f8dded4f215ee2131ca91;hb=e31d5dc4774caa3a90d8be566bfd94b9e5cf1482;hpb=68cb0aef88594f3dea1f7dfdc279f125bf5bbecc diff --git a/afs.h b/afs.h index ba0d266a..73c46648 100644 --- a/afs.h +++ b/afs.h @@ -206,10 +206,9 @@ typedef void callback_function(int fd, const struct osl_object *); * \sa \ref send_callback_request(). */ typedef int callback_result_handler(struct osl_object *result, void *private); -int sc_send_result(struct osl_object *result, void *private); +int afs_cb_result_handler(struct osl_object *result, void *private); int pass_buffer_as_shm(char *buf, size_t size, void *fd_ptr); - /** Structure passed to the AFS max_size handler. */ struct afs_max_size_handler_data { /** Local socket connecting the command handler and the AFS process. */