
#include "copyright.h"

#ifndef _XMFM_FILECB_H
#define _XMFM_FILECB_H

/* client data in file menu callbacks to tell where
** it came from
*/
#define EXIT_DIALOG 0
#define LOAD_DIALOG 1 
#define SAVE_DIALOG 2 
#define NEW_DIALOG 3 
#define PRINT_DIALOG 4 

#endif /* _XMFM_FILECB_H */
