Sha256: 9d83d80f2191037d5cac500b05c7409797135ffebf7e3b8259f0c486fa616578
Contents?: true
Size: 825 Bytes
Versions: 4
Compression:
Stored size: 825 Bytes
Contents
/* common: anything can happen here... frame reading, output, messages copyright ?-2006 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org initially written by Michael Hipp */ #ifndef _MPG123_COMMON_H_ #define _MPG123_COMMON_H_ #include "mpg123app.h" void (*catchsignal(int signum, void(*handler)()))(); void print_header(mpg123_handle *); void print_header_compact(mpg123_handle *); void print_stat(mpg123_handle *fr, long offset, long buffsize); void clear_stat(); /* for control_generic */ extern const char* remote_header_help; void print_remote_header(mpg123_handle *mh); void generic_sendmsg (const char *fmt, ...); int split_dir_file(const char *path, char **dname, char **fname); extern const char* rva_name[3]; #endif
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
seal-0.1.3 | mpg123/src/common.h |
seal-0.1.2 | mpg123/src/common.h |
seal-0.1.1 | mpg123/src/common.h |
seal-0.1.0 | mpg123/src/common.h |