summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2008-12-09 23:18:52 -0500
committerDavid Zeuthen <davidz@redhat.com>2008-12-09 23:18:52 -0500
commitcac7c55547ca15560f4917ff8df3f58a509db675 (patch)
treedc3db542a0f3d5eec64a7a4d7e432cd6d2005439
parent3b025f00c34eacd40fa8499cf62f34c14f40ad23 (diff)
forgot to add src/tests/testtypes.h
-rw-r--r--src/tests/testtypes.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/tests/testtypes.h b/src/tests/testtypes.h
new file mode 100644
index 0000000..5944f40
--- /dev/null
+++ b/src/tests/testtypes.h
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2008 Red Hat, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Author: David Zeuthen <davidz@redhat.com>
+ */
+
+#ifndef __TEST_TYPES_H
+#define __TEST_TYPES_H
+
+typedef gint16 TestSomeExampleCType;
+
+#endif /* __TEST_TYPES_H */