X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;h=a112abe766af318a876bef5fdb2c62c480e4fd63;hp=6b74b0ae499b1c2fc60e0757d5876b7d90c6f693;hb=35fb7de0ca7f871a6832d1041321d52af66fdf7b;hpb=03d45daad787b8f2ced3070e80c4550bf4b02931 diff --git a/aft.c b/aft.c index 6b74b0ae..a112abe7 100644 --- a/aft.c +++ b/aft.c @@ -6,18 +6,18 @@ /** \file aft.c Audio file table functions. */ +#include #include /* readdir() */ #include - +#include +#include +#include #include + #include "para.h" #include "error.h" #include "crypt.h" #include "string.h" -#include -#include -#include - #include "afh.h" #include "afs.h" #include "net.h" @@ -2612,7 +2612,6 @@ static int aft_event_handler(enum afs_events event, struct para_buffer *pb, void aft_init(struct afs_table *t) { - t->name = audio_file_table_desc.name; t->open = aft_open; t->close = aft_close; t->create = aft_create;