Moving the declaration of send_afs_status() which depends on
struct rc4_context out of afs.h fixes a couple of these:
afs.h:120: warning: 'struct rc4_context' declared inside parameter list
HASH_TYPE *hash;
};
-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 {
/** The open file descriptor to the current audio file. */
extern int mmd_mutex;
extern struct misc_meta_data *mmd;
extern struct sender senders[];
+int send_afs_status(struct rc4_context *rc4c, int parser_friendly);
+
static void dummy(__a_unused int s)
{