aboutsummaryrefslogtreecommitdiff
path: root/src/colloquium.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-11-20 21:57:29 +0100
committerThomas White <taw@bitwiz.org.uk>2014-11-20 21:57:29 +0100
commit2413cd7f20bbf24375f04d740daeb8743a501a1a (patch)
tree4f02cb98cc290bbb87b29f7dea52fe62ba253e73 /src/colloquium.h
parent6578d94fb7e1713eb5176bd4bbbb468576c4f1b3 (diff)
Add missing colloquium.h
Diffstat (limited to 'src/colloquium.h')
-rw-r--r--src/colloquium.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/colloquium.h b/src/colloquium.h
new file mode 100644
index 0000000..b927728
--- /dev/null
+++ b/src/colloquium.h
@@ -0,0 +1,36 @@
+/*
+ * colloquium.h
+ *
+ * Copyright © 2014 Thomas White <taw@bitwiz.org.uk>
+ *
+ * This file is part of Colloquium.
+ *
+ * Colloquium is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+#ifndef COLLOQUIUM_H
+#define COLLOQUIUM_H
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include <glib-object.h>
+
+
+typedef struct _colloquium Colloquium;
+
+
+#endif /* COLLOQUIUM_H */