summaryrefslogtreecommitdiff
path: root/src/gui/find_dialog.h
diff options
context:
space:
mode:
authorDmitrijs Ledkovs <dmitrij.ledkov@gmail.com>2009-04-07 01:02:31 +0300
committerDmitrijs Ledkovs <dmitrij.ledkov@gmail.com>2009-04-07 01:02:31 +0300
commitef73d24f9955c0cbb5e1595b0989bd362ac5b3dc (patch)
tree040e7914ed78e4b95a87eebe47c0de9c5f9eba6e /src/gui/find_dialog.h
Import upstream version 3.0.1
Diffstat (limited to 'src/gui/find_dialog.h')
-rw-r--r--src/gui/find_dialog.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/gui/find_dialog.h b/src/gui/find_dialog.h
new file mode 100644
index 0000000..cd5102e
--- /dev/null
+++ b/src/gui/find_dialog.h
@@ -0,0 +1,30 @@
+/*
+ * Xiphos Bible Study Tool
+ * find_dialog.h -
+ *
+ * Copyright (C) 2000-2008 Xiphos Developer Team
+ *
+ * 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 Library 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 St, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
+#ifndef _FIND_DIALOG_H_
+#define _FIND_DIALOG_H_
+
+#include <gnome.h>
+
+void gui_find_dlg(GtkWidget *htmlwidget, gchar *mod_name,
+ gboolean regular, gchar *text);
+
+#endif