/*
 * $Id: dasm.h,v 1.7 1997/01/03 17:26:53 root Exp $
 *
 * $Log: dasm.h,v $
 * Revision 1.7  1997/01/03 17:26:53  root
 * removed several header files
 * changed several prototypes to static declerations.
 *
 * Revision 1.6  1996/12/21 00:18:21  root
 * Added:
 * Prototypes showdasm_select_ok
 * #include <Xm/DialogS.h>
 * #include <Xm/Separator.h>
 * #include <Xm/Form.h>
 *
 * Revision 1.5  1996/12/12 19:08:08  root
 * Added:
 * #include <Xm/MessageB.h>
 * #include <Xm/LabelG.h>
 * prototype for showdasm_select()
 * Deleted:
 * #include <X11/Intrinsic.h>
 *
 * Revision 1.4  1996/12/06 20:43:23  root
 * Added #include <X11/Intrinsic.h>
 * Added #defines
 *
 * Revision 1.3  1996/11/21 23:20:20  root
 * Added #include <pwd.h>
 * Changed prototype from get_dasm_list() to get_dasm_device_list()
 * Added prototype for sense_dasm()
 *
 * Revision 1.2  1996/11/19 22:15:12  root
 * Added prototype showdasm.
 * Added #includes stdlib, string.
 *
 * Revision 1.1  1996/11/18 21:39:35  root
 * Initial revision
 *
 */

#ifndef INCLUDED_DASM_H
#define INCLUDED_DASM_H

#include <stdio.h>
#include <string.h>
#include <string.h>
#include <pwd.h>

#include <Xm/DialogS.h>
#include <Xm/MessageB.h>
#include <Xm/LabelG.h>
#include <Xm/Separator.h>
#include <Xm/Form.h>


void showdasm_select(Widget, XtPointer, XtPointer);
#endif

