]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.h
aft: Make load_afsi() and safe_afsi() static.
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index f4620cfeb266ca5e0a42b19e2418e5b7c0eacf53..827b6aa69fd56fdcccc9ec2e723c50a4b231c59e 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -279,8 +279,6 @@ int aft_get_row_of_path(const char *path, struct osl_row **row);
 int open_and_update_audio_file(struct osl_row *aft_row, long score,
        struct audio_file_data *afd);
 int load_afd(int shmid, struct audio_file_data *afd);
-int load_afsi(struct afs_info *afsi, struct osl_object *obj);
-void save_afsi(struct afs_info *afsi, struct osl_object *obj);
 int get_afsi_of_row(const struct osl_row *row, struct afs_info *afsi);
 int get_afhi_of_row(const struct osl_row *row, struct afh_info *afhi);
 int get_afsi_of_path(const char *path, struct afs_info *afsi);