[dia] Ooops, missing header



commit d843a426540678090036f09d67854a7db8d5f1ba
Author: Hans Breuer <hans breuer org>
Date:   Sun Jun 28 19:47:41 2009 +0200

    Ooops, missing header

 plug-ins/drs/Makefile.am         |    1 +
 plug-ins/drs/dia-render-script.h |   22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/drs/Makefile.am b/plug-ins/drs/Makefile.am
index c73239b..dbfa0b1 100644
--- a/plug-ins/drs/Makefile.am
+++ b/plug-ins/drs/Makefile.am
@@ -1,6 +1,7 @@
 
 plugin_sources = \
 	dia-render-script.c \
+	dia-render-script.h \
 	dia-render-script-import.c \
 	dia-render-script-object.c \
 	dia-render-script-renderer.c \
diff --git a/plug-ins/drs/dia-render-script.h b/plug-ins/drs/dia-render-script.h
new file mode 100644
index 0000000..f594832
--- /dev/null
+++ b/plug-ins/drs/dia-render-script.h
@@ -0,0 +1,22 @@
+/* Dia -- an diagram creation/manipulation program
+ * Copyright (C) 1998 Alexander Larsson
+ *
+ * dia-render-script.h - plugin for dia
+ * Copyright (C) 2009, Hans Breuer, <Hans Breuer Org>
+ *
+ * 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.
+ */
+
+gboolean import_drs (const gchar *filename, DiagramData *dia, void* user_data);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]