]> git.street.me.uk Git - andy/viking.git/blame - src/vikgoto.h
Fix a minor missing include
[andy/viking.git] / src / vikgoto.h
CommitLineData
34e71b99
GB
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
9void vik_goto_register (VikGotoTool *tool);
10void vik_goto_unregister_all (void);
11
12extern void a_vik_goto(VikWindow *vw, VikLayersPanel *vlp, VikViewport *vvp);
13gchar * a_vik_goto_get_search_string_for_this_place(VikWindow *vw);
14
15#endif