deprecated function question

"Chris Sorenson" <[email protected]> Sun, 23 Nov 2014 14:44:21 -0600
Newsgroups gmane.comp.audio.compression.flac.user
Message-ID <[email protected]>
Greets all,

Is there a list of functions that have been removed from
flac? I am trying to compile xmcd, which is admittedly
pretty old code, and it's not finding:

FLAC__stream_encoder_set_write_callback
FLAC__stream_encoder_set_seek_callback
FLAC__stream_encoder_set_client_data
FLAC__stream_encoder_init

grepping through the flac headers these aren't there so I'm
assuming they've been removed. The online changelog doesn't
say anything about deprecated/removed functions. The only
one I've found reference to is the removal of
FLAC__seekable*, is there any documentation about any of the
above? Or have these been removed so long ago that nobody
even remembers them...