Renamed package to ion1, and made it conflict with package 'ion'.
[ion1.git] / src / xic.h
blob8da50f94177389017ac3d2341deb1df00ecbd687
1 /*
2 * ion/xic.h
4 * Copyright (c) Tuomo Valkonen 1999-2001.
5 * See the included file LICENSE for details.
6 */
8 #ifndef EDLN_XIC_H
9 #define EDLN_XIC_H
11 #include "common.h"
13 XIC create_xic(Window win);
15 #endif /* EDLN_XIC_H */