]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.h
NEWS update.
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index b17c8441c3c2488254f668df6062718e6575b9d8..52d376737578fa8697bfcfbd873d65cac4dc2169 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2007-2008 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -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];