aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Rob <rob.manea@gmail.com>2009-11-19 14:09:08 +0100
committerGravatar Rob <rob.manea@gmail.com>2009-11-19 14:09:08 +0100
commit492c7338e5fc88c9868295b455916da054abf5d0 (patch)
tree9b823daf99be6c44cd3f940081557afa1aca9424 /uzbl-core.h
parenta84e3b16afb944ca11582ace8e5a6698cff35e18 (diff)
added search_clear command
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index 5c291e5..82137e3 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -374,6 +374,9 @@ void
search_reverse_text (WebKitWebView *page, GArray *argv, GString *result);
void
+search_clear(WebKitWebView *page, GArray *argv, GString *result);
+
+void
dehilight (WebKitWebView *page, GArray *argv, GString *result);
void