summaryrefslogtreecommitdiff
path: root/saedit/search.h
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2019-01-04 21:37:34 +0100
committerMicksha <ms-shaman@gmx.de>2019-04-13 19:53:49 +0000
commit168ad9d6c730e93d76c801da607df84355187a39 (patch)
treeb771ad105e5a73733ede7559e22467f13a2880a8 /saedit/search.h
parent8c75e651f00048dda32db85b2bff34e131960864 (diff)
downloadevol-tools-168ad9d6c730e93d76c801da607df84355187a39.tar.gz
evol-tools-168ad9d6c730e93d76c801da607df84355187a39.tar.bz2
evol-tools-168ad9d6c730e93d76c801da607df84355187a39.tar.xz
evol-tools-168ad9d6c730e93d76c801da607df84355187a39.zip
update saedit to saedit2
Diffstat (limited to 'saedit/search.h')
-rw-r--r--saedit/search.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/saedit/search.h b/saedit/search.h
deleted file mode 100644
index faf412e..0000000
--- a/saedit/search.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*=======================================*\
-| ____ ____ |
-| / \ /\ | |
-| \____ / \ |____ |
-| \ /____\ | |
-| \____/prite / \nimation |____ditor |
-| |
-| Copyleft Vasily_Makarov 2011 |
-| |
-\*=======================================*/
-
-#ifndef SEARCH_H
-#define SEARCH_H
-
-#include <gtk/gtk.h>
-#include <gtksourceview/gtksourceview.h>
-#include "common.h"
-
-void search_init(GtkWidget *text_view);
-gboolean search_find_text(gchar *text);
-gboolean search_find_next();
-void search_find_dialog_response_callback(GtkWidget *dialog,
- gint response_id,
- gpointer entry);
-
-#endif