summaryrefslogtreecommitdiff
path: root/gtk/dialogs/gtk_about.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/dialogs/gtk_about.h')
-rw-r--r--gtk/dialogs/gtk_about.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/gtk/dialogs/gtk_about.h b/gtk/dialogs/gtk_about.h
new file mode 100644
index 000000000..35e6be80c
--- /dev/null
+++ b/gtk/dialogs/gtk_about.h
@@ -0,0 +1,30 @@
+/*
+ * Copyright 2008 Rob Kendrick <rjek@rjek.com>
+ *
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
+ *
+ * NetSurf 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.
+ *
+ * NetSurf 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 NETSURF_GTK_ABOUT_H
+#define NETSURF_GTK_ABOUT_H
+
+#include <gtk/gtk.h>
+
+#include "gtk/gtk_gui.h"
+#include "desktop/netsurf.h"
+#include "desktop/browser.h"
+
+void nsgtk_about_dialog_init(GtkWindow *parent, struct browser_window *bw, const char *version);
+
+#endif