Rename struct rc4_context and stream cipher send/receive functions.
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index 96da2da027cf27268c7b5ad1b4af6755b593f7e6..7a93183e40ec4795ca60ed95a412956109f49a68 100644 (file)
--- 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);