aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-pidgin.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-10-17 20:48:34 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-10-17 20:48:34 +0800
commitdb8277c743a6ea69a64d2441e925aeddab08834d (patch)
tree885f9c4228532d3d190cf468f9817d1cf76499eb /src/empathy-import-pidgin.h
parent0960240a229b324dd874f60a2f385daebb1627ad (diff)
downloadgsoc2013-empathy-db8277c743a6ea69a64d2441e925aeddab08834d.tar
gsoc2013-empathy-db8277c743a6ea69a64d2441e925aeddab08834d.tar.gz
gsoc2013-empathy-db8277c743a6ea69a64d2441e925aeddab08834d.tar.bz2
gsoc2013-empathy-db8277c743a6ea69a64d2441e925aeddab08834d.tar.lz
gsoc2013-empathy-db8277c743a6ea69a64d2441e925aeddab08834d.tar.xz
gsoc2013-empathy-db8277c743a6ea69a64d2441e925aeddab08834d.tar.zst
gsoc2013-empathy-db8277c743a6ea69a64d2441e925aeddab08834d.zip
Split pidgin import code into its own module. It makes easier to add other import modules for other programs.
svn path=/trunk/; revision=1644
Diffstat (limited to 'src/empathy-import-pidgin.h')
-rw-r--r--src/empathy-import-pidgin.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/empathy-import-pidgin.h b/src/empathy-import-pidgin.h
new file mode 100644
index 000000000..4f1bd5a3a
--- /dev/null
+++ b/src/empathy-import-pidgin.h
@@ -0,0 +1,33 @@
+/*
+ * Copyright (C) 2008 Collabora Ltd.
+ *
+ * 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., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Authors: Jonny Lamb <jonny.lamb@collabora.co.uk>
+ */
+
+#include <gtk/gtk.h>
+
+#ifndef __EMPATHY_IMPORT_PIDGIN_H__
+#define __EMPATHY_IMPORT_PIDGIN_H__
+
+G_BEGIN_DECLS
+
+GList *empathy_import_pidgin_load (void);
+
+G_END_DECLS
+
+#endif /* __EMPATHY_IMPORT_PIDGIN_H__ */