Remove old Google stuff
[viking.git] / src / googlesearch.h
blob56f89931408b78523dbf317aaf97892dd0807f30
1 #ifndef __VIK_GOOGLESEARCH_H
2 #define __VIK_GOOGLESEARCH_H
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