/***********************************************************************
 *
 * TITLE:
 *	selectfile.h
 *
 * AUTHOR:
 *	Kevin J. Miller
 *
 * DESCRIPTION:
 *	<description>
 *
 *				CHANGE HISTORY
 *
 * $Log: selectfile.h,v $
 * Revision 1.2  1994/11/22  17:49:54  jeffb
 * add a new function to change the title of the file selection box
 *
 * Revision 1.1  1994/01/17  23:02:20  clm
 * Initial revision
 *
 ***********************************************************************
 *
 * WARNINGS:
 *
 * EXTERNAL CALLABLE COMPONENTS (PUBLIC):
 *
 * GLOBALS:
 *
 * WAIVERS:
 *
 * NOTES:
 *
 * MANPAGE:
 *
 ***********************************************************************/

#ifndef selectfile_h
#define selectfile_h

#ifndef lint
static char rcsid_selectfile[] = 
    "$Id: selectfile.h,v 1.2 1994/11/22 17:49:54 jeffb OEL $";
#endif

/*
 * global function prototypes
 */
extern void InitFileSelect(Widget, char *);
extern int FileSelect(char *, char *, int, char *);
extern void FileSelectTitle(char *);

#endif
