Doxify error2.c and add GPL header.
[paraslash.git] / aft.c
diff --git a/aft.c b/aft.c
index af2c6889f555fdea3dd6f8d2a67688d622751542..f529416aec375779419a1a936699f6f0584da051 100644 (file)
--- a/aft.c
+++ b/aft.c
@@ -542,15 +542,15 @@ int get_afsi_of_row(const struct osl_row *row, struct afs_info *afsi)
        return load_afsi(afsi, &obj);
 }
 
-/**
+/*
  * Get the audio file selector info, given the path of an audio table.
  *
  * \param path The full path of the audio file.
  * \param afsi Result pointer.
  *
- * \return Positive on success, negative on errors.
+ * \return Standard.
  */
-int get_afsi_of_path(const char *path, struct afs_info *afsi)
+static int get_afsi_of_path(const char *path, struct afs_info *afsi)
 {
        struct osl_object obj;
        int ret = get_afsi_object_of_path(path, &obj);