]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.h
Rename struct rc4_context and stream cipher send/receive functions.
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index cd98a9f86129405ba79fa02988791469bea712bb..7a93183e40ec4795ca60ed95a412956109f49a68 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -131,6 +131,8 @@ struct audio_file_data {
        struct afh_info afhi;
        /** Size of the largest chunk. */
        uint32_t max_chunk_size;
+       /** Needed to get the audio file header. */
+       uint8_t audio_format_id;
 };
 
 /**
@@ -203,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);