]> rtime.felk.cvut.cz Git - frescor/forb.git/commitdiff
Added cdr_codec.h
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 1 Oct 2008 12:36:31 +0000 (14:36 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 1 Oct 2008 12:36:31 +0000 (14:36 +0200)
This file provides incomplete type definition for CDR_Codec

cdr_codec.h [new file with mode: 0644]

diff --git a/cdr_codec.h b/cdr_codec.h
new file mode 100644 (file)
index 0000000..6fe0a47
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef CDR_CODEC_H
+#define CDR_CODEC_H
+
+typedef struct CDR_Codec CDR_Codec;
+
+#endif