#ifndef	hostset_HEADER
#define	hostset_HEADER

/*
 * hostset_ui.h - User interface object and function declarations.
 * This file was generated by `gxv' from `hostset.G'.
 * DO NOT EDIT BY HAND.
 */

extern Attr_attribute	INSTANCE;


typedef struct {
	Xv_opaque	popup1;
	Xv_opaque	controls1;
	Xv_opaque	textfield1;
} hostset_popup1_objects;

extern hostset_popup1_objects	*hostset_popup1_objects_initialize();

extern Xv_opaque	hostset_popup1_popup1_create();
extern Xv_opaque	hostset_popup1_controls1_create();
extern Xv_opaque	hostset_popup1_textfield1_create();
#endif
