]> git.street.me.uk Git - andy/viking.git/blob - src/googlesearch.h
Fixing another implicit declaration.
[andy/viking.git] / src / googlesearch.h
1 #ifndef __VIK_GOOGLESEARCH_H
2 #define __VIK_GOOGLESEARCH_H
3
4 extern void a_google_search(VikWindow *vw, VikLayersPanel *vlp, VikViewport *vvp);
5 gchar * a_googlesearch_get_search_string_for_this_place(VikWindow *vw);
6 gchar *uri_escape(gchar *str);
7 #endif