X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=vss.h;fp=vss.h;h=eb3685fecb0900f01ab8bd609ffa110913fe5029;hp=c521e0dd919a87ac4a7a9c8a1d2cb570834df943;hb=77d2f77d29e7653bdf5659962782f80e8a643166;hpb=d0381117c7bce410b626bc159ab7763fdb022397 diff --git a/vss.h b/vss.h index c521e0dd..eb3685fe 100644 --- a/vss.h +++ b/vss.h @@ -13,6 +13,7 @@ unsigned int vss_playing(void); unsigned int vss_next(void); unsigned int vss_repos(void); unsigned int vss_paused(void); +unsigned int vss_stopped(void); char *vss_get_header(size_t *header_len); struct timeval *vss_chunk_time(void); const char *supported_audio_formats(void);