#ifndef PARAMETRS_H
#define	PARAMETRS_H

#ifdef	__cplusplus
extern "C" {
#endif

typedef struct wshdr_param{
	unsigned short maxlen;
	unsigned short unk1;
}WPARAM;

#ifdef	__cplusplus
}
#endif

#endif	/* PARAMETRS_H */