Skip to content
  • Erik de Castro Lopo's avatar
    Fix -Wstrict-prototypes -Wmissing-prototypes warnings. · dd1fa808
    Erik de Castro Lopo authored
    The files src/flac/encode.c and src/libFLAC/stream_encoder.c use
    functions in libFLAC that are marked as 'unpublished debug routines'.
    This patch moves these functions to new file include/share/private.h
    and marks them as 'unpublished debug routines'.
    dd1fa808