void list_options __PROTO(()); void version __PROTO((int type)); void usage __PROTO((int type)); void get_options __PROTO((int argc, char *argv[])); int my_strcasecmp __PROTO((const char *s1, const char *s2)); Bool define_key __PROTO((XrmDatabase * database, XrmBindingList bindings, XrmQuarkList quarks, XrmRepresentation * type, XrmValue * value, XPointer closure)); int parse_keysym __PROTO((char *str, char *arg)); void get_xdefaults __PROTO((FILE * stream, const char *name)); void extract_resources __PROTO((Display * display, const char *name));