1 #ifndef X11_ATHENA_H
2 #define X11_ATHENA_H
3 
4 #include "UI.h"
5 
6 void
7 x11_athena_setmethods(UI_methods **methodsp);
8 
9 #endif
10