~ubuntu-branches/ubuntu/natty/xbill/natty

1
2
3
4
5
6
7
8
9
#ifndef X11_MOTIF_H
#define X11_MOTIF_H

#include "UI.h"

void
x11_motif_setmethods(UI_methods **methodsp);

#endif