aboutsummaryrefslogtreecommitdiffstats
path: root/src/beaver-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/beaver-util.h')
-rw-r--r--src/beaver-util.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/beaver-util.h b/src/beaver-util.h
new file mode 100644
index 0000000..842db77
--- /dev/null
+++ b/src/beaver-util.h
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2007, 2008 OpenedHand Ltd.
+ * Authored by: Rob Bradford <rob@o-hand.com>
+ *
+ * This 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, version 2 of the License.
+ *
+ * This software 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/>.
+ */
+
+#include <config.h>
+#include <glib-object.h>
+
+#include <libanjuta/anjuta-plugin.h>
+#include <libanjuta/interfaces/ianjuta-message-manager.h>
+
+void beaver_util_message_view_buffer_flushed_cb (IAnjutaMessageView *view,
+ gchar *data, gpointer userdata);
+gchar **beaver_util_strv_concat (gchar **strv_1, gchar **strv_2);
+gchar **beaver_util_strv_joinv (gchar **strv_1, ...);