X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afh.h;h=0ead11e0e997879a6e4ed98cc05770871cb3917f;hb=c0067c4d103b41d1f80b83170719d4afa999be54;hp=403b7a55e2e62ade3b8a97a1cb2ec2c1bdc06fa4;hpb=5d1e222d208a8505c6d0e0522ecd79599db57aa8;p=paraslash.git diff --git a/afh.h b/afh.h index 403b7a55..0ead11e0 100644 --- a/afh.h +++ b/afh.h @@ -102,14 +102,6 @@ struct audio_format_handler { * for closing the file handle. It is assumed to succeed. */ void (*close_audio_file)(void); - /** - * jump to another position in the current audio file - * - * This is called if a client issued the ff or jmp command with \a request - * being the number of the next chunk that should be sent out. Must return a - * positive value on success and a negative value on errors. - */ - int (*reposition_stream)(long unsigned request); /** * function responsible for reading one data chunk. *