]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.h
afh_common.c: Add documentation of afh_init().
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index eed17768c871c9c0a3841457a6f7762972ddf0a4..888003aa07fc141d073f076d03194b56b694a8e3 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -66,7 +66,7 @@ struct rmatt_event_data {
 
 
 struct afsi_change_event_data {
-       const struct osl_row *aft_row;
+       struct osl_row *aft_row;
        struct afs_info *old_afsi;
 };
 
@@ -116,7 +116,7 @@ void make_empty_status_items(char *buf);
  * Data about the current audio file, passed from afs to server.
  */
 struct audio_file_data {
-       /** Same info as ls -lv -p <current audio file>. */
+       /** 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;