summaryrefslogtreecommitdiff
path: root/beos/gui.h
diff options
context:
space:
mode:
authorAdrián Arroyo Calle <adrian.arroyocalle@gmail.com>2016-01-19 14:03:18 +0000
committerVincent Sanders <vince@kyllikki.org>2016-01-19 14:03:18 +0000
commit9a64e9302ee53dfbdda7a5fa8210877c030ed01d (patch)
tree35110d90f88a556e385f96bc543fb3e6ea7d062a /beos/gui.h
parentf266eb1c5d0423679438a77834b3ee2e669e63a4 (diff)
downloadnetsurf-9a64e9302ee53dfbdda7a5fa8210877c030ed01d.tar.gz
netsurf-9a64e9302ee53dfbdda7a5fa8210877c030ed01d.tar.bz2
Add web search bar to haiku frontend
Diffstat (limited to 'beos/gui.h')
-rw-r--r--beos/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/beos/gui.h b/beos/gui.h
index 215cda8b1..b9f560e8d 100644
--- a/beos/gui.h
+++ b/beos/gui.h
@@ -1,4 +1,5 @@
/*
+ * Copyright 2015 Adrián Arroyo Calle <adrian.arroyocalle@gmail.com>
* Copyright 2008 François Revol <mmu_man@users.sourceforge.net>
* Copyright 2005 James Bursa <bursa@users.sourceforge.net>
*
@@ -65,6 +66,7 @@ void nsbeos_pipe_message_top(BMessage *message, BWindow *_this, struct beos_scaf
void nsbeos_gui_view_source(struct hlcache_handle *content);
image_id nsbeos_find_app_path(char *path);
+char *find_resource(char *buf, const char *filename, const char *def);
void nsbeos_update_system_ui_colors(void);