#ifndef _sndmail_h_
#define _sndmail_h_

#include "mmm_include.h"

/****************************************************************/

#ifdef __STDC__

extern void make_headersPopUp(Widget, MsgHeaders *, VOID_FUNCPTR);
extern void destroy_headersPopUp(MsgHeaders *);

#else

extern void make_headersPopUp();
extern void destroy_headersPopUp();

#endif          /* end of  #ifdef _STDC_  */

/***************************************************************************/
#endif     /* end of ifndef _sndmail_h_   :: DO NOT WRITE BELOW THIS LINE. */
