Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 449494
Collapse All | Expand All

(-)fidlib-0.9.10/fidlib.h (+13 lines)
Lines 2-7 Link Here
2
//	fidlib include file
2
//	fidlib include file
3
//
3
//
4
4
5
#ifndef __FIDLIB_H
6
#define __FIDLIB_H
7
8
#ifdef __cplusplus
9
extern "C" {
10
#endif
11
5
typedef struct FidFilter FidFilter;
12
typedef struct FidFilter FidFilter;
6
struct FidFilter {
13
struct FidFilter {
7
   short typ;		// Type of filter element 'I' IIR, 'F' FIR, or 0 for end of list
14
   short typ;		// Type of filter element 'I' IIR, 'F' FIR, or 0 for end of list
Lines 66-68 Link Here
66
extern void fid_run_zapbuf(void *buf);
73
extern void fid_run_zapbuf(void *buf);
67
extern void fid_run_freebuf(void *runbuf);
74
extern void fid_run_freebuf(void *runbuf);
68
extern void fid_run_free(void *run);
75
extern void fid_run_free(void *run);
76
77
#ifdef __cplusplus
78
}
79
#endif
80
81
#endif /* __FIDLIB_H */

Return to bug 449494