X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=7a93183e40ec4795ca60ed95a412956109f49a68;hp=96da2da027cf27268c7b5ad1b4af6755b593f7e6;hb=e4db7671a91a7552c642acc979f0eb278f8d467f;hpb=92e4a0579a320372d2e94efc7c2a0d9f419e3ffe diff --git a/afs.h b/afs.h index 96da2da0..7a93183e 100644 --- a/afs.h +++ b/afs.h @@ -205,7 +205,7 @@ 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 rc4_send_result(struct osl_object *result, void *private); +int sc_send_result(struct osl_object *result, void *private); int pass_buffer_as_shm(char *buf, size_t size, void *fd_ptr); __noreturn void afs_init(uint32_t cookie, int socket_fd);