X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=9e04a7edee73bda7b90a5555b4281e74214f310a;hp=269927f4ec1980bb9ffcab66a1e9af301476920b;hb=8ea8abb73199b32fdd7afdf8825afa42ed8de244;hpb=e752cdeab213b329552e1eecd5687bca512217c5 diff --git a/afs.h b/afs.h index 269927f4..9e04a7ed 100644 --- a/afs.h +++ b/afs.h @@ -117,8 +117,6 @@ struct ls_data { HASH_TYPE *hash; }; -int send_afs_status(int fd); - /** Data about the current audio file, passed from afs to server. */ struct audio_file_data { /** The open file descriptor to the current audio file. */ @@ -182,7 +180,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 +196,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);