From 53f45d63bbb3ea350ee9200709180657348d4421 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 6 Sep 2014 15:01:31 +0000 Subject: prefill --- SpectrogramP.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'SpectrogramP.h') diff --git a/SpectrogramP.h b/SpectrogramP.h index 98dbdd3..67ac82e 100644 --- a/SpectrogramP.h +++ b/SpectrogramP.h @@ -15,3 +15,30 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifndef _SpectrogramP_h +#define _SpectrogramP_h + +#include "Spectrogram.h" + +typedef struct { + int dummy; +} SpectrogramPart; + +typedef struct _SpectrogramRec { + int dummy; +} SpectrogramRec; + +typedef struct { + int dummy; +} SpectrogramClassPart; + +typedef struct _SpectrogramClassRec { + int dummy; +} SpectrogramClassRec; + +extern SpectrogramClassRec spectrogramClassRec; + +__BEGIN_DECLS +__END_DECLS + +#endif -- cgit v1.2.3