#ifndef __info_h__
#define __info_h__

/*
 * $Id: info.h,v 1.1 92/07/05 00:43:52 marc Exp $
 */

#include <X11/Intrinsic.h>
#include "xznol.h"

Widget make_user_table_text(Widget parent, char *name,
			    user *user, table *table);
void save_user_table_text(Widget w);

#endif
