19 lines
222 B
C
Raw Normal View History

2006-04-30 23:02:35 +00:00
/*
* $Id: $
*/
#ifndef _RSP_H_
#define _RSP_H_
#define RSP_VERSION "1.0"
extern PLUGIN_INFO _pi;
2006-05-04 06:20:26 +00:00
#define infn ((PLUGIN_INPUT_FN *)(_pi.pi))
2006-04-30 23:02:35 +00:00
#ifndef TRUE
# define TRUE 1
# define FALSE 0
#endif
#endif /* _RSP_H_ */