File: format_skeleton.h

package info (click to toggle)
icecast2 2.3.2-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,812 kB
  • ctags: 2,201
  • sloc: ansic: 17,038; sh: 8,966; cpp: 2,253; makefile: 209
file content (21 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Icecast
 *
 * This program is distributed under the GNU General Public License, version 2.
 * A copy of this license is included with this source.
 *
 * Copyright 2000-2004, Jack Moffitt <jack@xiph.org, 
 *                      Michael Smith <msmith@xiph.org>,
 *                      oddsock <oddsock@xiph.org>,
 *                      Karl Heyes <karl@xiph.org>
 *                      and others (see AUTHORS for details).
 */


#ifndef __FORMAT_SKELETON_H
#define __FORMAT_SKELETON_H

#include "format_ogg.h"

ogg_codec_t *initial_skeleton_page (format_plugin_t *plugin, ogg_page *page);

#endif /* __FORMAT_SKELETON_H */