]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.h
Merge branch 'afh_cleanup' into next.
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index edeb348e33b05d57981fbf34013a142ed8d3df68..bfafd949e7b26fb434e07e43434f276680c07fce 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -7,7 +7,6 @@
 /** \file afs.h Exported symbols of the audio file selector. */
 
 #include <regex.h>
-#include "osl.h"
 #include "hash.h"
 
 /** Audio file selector data stored in the audio file table. */
@@ -118,15 +117,10 @@ struct ls_data {
        HASH_TYPE *hash;
 };
 
-void make_empty_status_items(char *buf);
-
-/** At most that many bytes will be passed from afs to para_server. */
-#define VERBOSE_LS_OUTPUT_SIZE 4096
+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 {
-       /** Same info as ls -lv -p current audio_file. */
-       char verbose_ls_output[VERBOSE_LS_OUTPUT_SIZE];
        /** The open file descriptor to the current audio file. */
        int fd;
        /** Vss needs this for streaming. */