]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - vss.h
score.c: Use the new OSL_DONT_FREE flag for the aft column.
[paraslash.git] / vss.h
diff --git a/vss.h b/vss.h
index 0ef9892c0e759eba32e0f7d8cfbfb7685a65d8f8..c521e0dd919a87ac4a7a9c8a1d2cb570834df943 100644 (file)
--- a/vss.h
+++ b/vss.h
@@ -9,16 +9,12 @@ void vss_init(void);
 void vss_send_chunk(void);
 struct timeval *vss_preselect(fd_set *rfds, fd_set *wfds, int *max_fileno);
 void vss_post_select(fd_set *rfds, fd_set *wfds);
-const char *audio_format_name(int);
 unsigned int vss_playing(void);
 unsigned int vss_next(void);
 unsigned int vss_repos(void);
 unsigned int vss_paused(void);
 char *vss_get_header(size_t *header_len);
 struct timeval *vss_chunk_time(void);
-int guess_audio_format(const char *name);
-int compute_afhi(const char *path, char *data, size_t size,
-       struct audio_format_info *afhi);
 const char *supported_audio_formats(void);
 int vss_get_chunk(long unsigned chunk_num, char **buf, size_t *len);