Renamed package to ion1, and made it conflict with package 'ion'.
[ion1.git] / src / splitmisc.h
bloba8a714c1e5524590f5cc2abc1980a5a09609198c
1 /*
2 * ion/splitmisc.h
4 * Copyright (c) Tuomo Valkonen 1999-2001.
5 * See the included file LICENSE for details.
6 */
8 #ifndef INCLUDED_SPLITMISC_H
9 #define INCLUDED_SPLITMISC_H
11 #include "common.h"
12 #include "split.h"
13 #include "frame.h"
14 #include "workspace.h"
16 extern WFrame *find_sister_frame(WFrame *frame);
17 extern WFrame *find_frame_at(WWorkspace *ws, int x, int y);
19 #endif /* INCLUDED_SPLITMISC_H */