From 9a64e9302ee53dfbdda7a5fa8210877c030ed01d Mon Sep 17 00:00:00 2001 From: Adrián Arroyo Calle Date: Tue, 19 Jan 2016 14:03:18 +0000 Subject: Add web search bar to haiku frontend --- beos/gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'beos/gui.h') 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 * Copyright 2008 François Revol * Copyright 2005 James Bursa * @@ -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); -- cgit v1.2.3