server.ggo: Remove unused selector option.
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index c7fecd881ef3e9e98daac0ccaa3264d4343dc667..434570497041a760fac86f80e139156da4ae5e93 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -113,9 +113,7 @@ 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
 
-/*
- * Data about the current audio file, passed from afs to server.
- */
+/** 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];
@@ -184,7 +182,6 @@ int send_option_arg_callback_request(struct osl_object *options,
 int stdin_command(int fd, struct osl_object *arg_obj, callback_function *f,
                unsigned max_len, struct osl_object *result);
 int string_compare(const struct osl_object *obj1, const struct osl_object *obj2);
-int close_audio_file(struct audio_file_data *afd);
 int for_each_matching_row(struct pattern_match_data *pmd);
 
 /* score */