Replace "search" substring by "goto"
[viking/guyou.git] / src / vikgoto.h
blob7661492aa7e4c18d95f1eed17e2b5b9bc0b926c8
1 #ifndef __VIK_SEARCH_H
2 #define __VIK_SEARCH_H
4 #include "vikwindow.h"
5 #include "vikviewport.h"
6 #include "viklayerspanel.h"
7 #include "vikgototool.h"
9 void vik_goto_register (VikGotoTool *tool);
10 void vik_goto_unregister_all (void);
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);
15 #endif