File:  [RetroPC.NET] / np2 / generic / np2info.h
Revision 1.1: download - view: text, annotated - select for diffs
Wed Feb 18 11:03:36 2004 JST (21 years, 8 months ago) by yui
Branches: MAIN
CVS tags: VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76, VER_0_75, HEAD
fix egc (T.Yui)


struct _np2infoex;
typedef struct	_np2infoex	NP2INFOEX;

struct _np2infoex {
	char	cr[4];
	BOOL	(*ext)(char *dst, const char *key, int maxlen, NP2INFOEX *ex);
};


#ifdef __cplusplus
extern "C" {
#endif

void np2info(char *dst, const char *src, int maxlen, const NP2INFOEX *ex);

#ifdef __cplusplus
}
#endif


RetroPC.NET-CVS <cvs@retropc.net>