summaryrefslogtreecommitdiff
path: root/lib/registry-api.h
blob: 8438a39e4ef6b1d34e40203db9aaac024faedab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/********************************************************************
 *                                                                  *
 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *
 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *
 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
 *                                                                  *
 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001             *
 * by the XIPHOPHORUS Company http://www.xiph.org/                  *
 *                                                                  *
 ********************************************************************

 function: registry exposure 
 last mod: $Id: registry-api.h,v 1.2 2001/12/12 09:45:25 xiphmont Exp $

 ********************************************************************/

#ifndef _V_REGAPI_H_
#define _V_REGAPI_H_

extern void residue_free_info(vorbis_info_residue *r,int type);

#endif