X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=bfafd949e7b26fb434e07e43434f276680c07fce;hp=269927f4ec1980bb9ffcab66a1e9af301476920b;hb=299df142bb50bacebc0b3050768f941bc95b5b6f;hpb=e752cdeab213b329552e1eecd5687bca512217c5 diff --git a/afs.h b/afs.h index 269927f4..bfafd949 100644 --- a/afs.h +++ b/afs.h @@ -117,7 +117,7 @@ struct ls_data { HASH_TYPE *hash; }; -int send_afs_status(int fd); +int send_afs_status(struct rc4_context *rc4c, int parser_friendly); /** Data about the current audio file, passed from afs to server. */ struct audio_file_data { @@ -182,7 +182,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 send_result(struct osl_object *result, void *fd_ptr); +int rc4_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); @@ -198,9 +198,6 @@ int send_option_arg_callback_request(struct osl_object *options, int send_standard_callback_request(int argc, char * const * const argv, callback_function *f, callback_result_handler *result_handler, void *private_result_data); -int stdin_command(int fd, struct osl_object *arg_obj, callback_function *f, - unsigned max_len, callback_result_handler *result_handler, - void *private_result_data); int string_compare(const struct osl_object *obj1, const struct osl_object *obj2); int for_each_matching_row(struct pattern_match_data *pmd);