summaryrefslogtreecommitdiff
path: root/libpurple/conversations.c
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2013-06-21 00:36:39 +0530
committerAnkit Vani <a@nevitus.org>2013-06-21 00:36:39 +0530
commit69d6a025f3c6355964319c3e7d14132f227125c6 (patch)
treee93e8b3823e17c85421844f043dc526639808fce /libpurple/conversations.c
parent8c16ad89e2f2d3c4efd0053a8b45dad861ef2c70 (diff)
downloadpidgin-69d6a025f3c6355964319c3e7d14132f227125c6.tar.gz
Prepared files for GObjectification of PurpleConversation
Diffstat (limited to 'libpurple/conversations.c')
-rw-r--r--libpurple/conversations.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/libpurple/conversations.c b/libpurple/conversations.c
new file mode 100644
index 0000000000..f24f6f2d2a
--- /dev/null
+++ b/libpurple/conversations.c
@@ -0,0 +1,22 @@
+/*
+ * purple
+ *
+ * Purple is the legal property of its developers, whose names are too numerous
+ * to list here. Please refer to the COPYRIGHT file distributed with this
+ * source distribution.
+ *
+ * This program 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 2 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
+ */
+#include "conversations.h"