#if !defined(_Add_Dll_h)
#define _Add_Dll_h
#include <windows.h>

struct SF_INIT
{
int Npix,nbeg,nend,wParam,FlagDialog;
char *Object, *DateObs, *TimeObs;
float Frq,noise,xdel, *data;
HWND hWnd;
LPSTR txt;
char TitleEd[64];
};

void _export WINAPI InitSDllMenu(HMENU,int );
void _export WINAPI SelectDllFunction(HINSTANCE ,struct SF_INIT *);

#endif