]> git.street.me.uk Git - andy/viking.git/blob - src/vikgoto.h
Clarify text on map layer menu
[andy/viking.git] / src / vikgoto.h
1 #ifndef __VIK_SEARCH_H
2 #define __VIK_SEARCH_H
3
4 #include "vikwindow.h"
5 #include "vikviewport.h"
6 #include "viklayerspanel.h"
7 #include "vikgototool.h"
8
9 void vik_goto_register (VikGotoTool *tool);
10 void vik_goto_unregister_all (void);
11
12 extern void a_vik_goto(VikWindow *vw, VikLayersPanel *vlp, VikViewport *vvp);
13 gchar * a_vik_goto_get_search_string_for_this_place(VikWindow *vw);
14
15 #endif