#include <X11/Intrinsic.h>

#define GETSTRING_ACCEPT	-1000
#define GETSTRING_CANCEL	-1001

Widget InitGetString();
int GetString();


