X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=0ba203a6944217ba50f9e811f42a93722f7062d5;hp=fdc42f1f5aaa83e23645d32dacbd9eca89e1d2a0;hb=cb6d1dfb9e4067229a4bbde0abd05784d97ef14b;hpb=f6f50d03a09d6bc423324206d274336e9905bbb4 diff --git a/afs.h b/afs.h index fdc42f1f..0ba203a6 100644 --- a/afs.h +++ b/afs.h @@ -1,6 +1,5 @@ #include #include "osl.h" -#include "afh.h" #include "hash.h" #define DATABASE_DIR "/home/maan/tmp/osl" /* FIXME */ @@ -94,6 +93,7 @@ struct audio_file_data { /* afs */ typedef int callback_function(const struct osl_object *, struct osl_object *); +__noreturn int afs_init(uint32_t cookie, int socket_fd); int send_callback_request(callback_function *f, struct osl_object *query, struct osl_object *result); int send_standard_callback_request(int argc, const char **argv,