packages feed

flac-0.1.2: cbits/stream_encoder_helpers.h

#ifndef FLAC__STREAM_ENCODER_HELPERS_H
#define FLAC__STREAM_ENCODER_HELPERS_H

#include <FLAC/stream_encoder.h>
#include <stdlib.h>
#include <string.h>

FLAC__bool FLAC__stream_encoder_process_helper(FLAC__StreamEncoder *, FLAC__uint64, FLAC__uint64, const char *);

#endif /* FLAC__STREAM_ENCODER_HELPERS_H */