ossp-pkg/rc/rc_private.h 1.14 -> 1.15
--- rc_private.h 2002/05/23 18:03:20 1.14
+++ rc_private.h 2002/06/26 14:11:16 1.15
@@ -46,8 +46,12 @@
#endif
+/* FIXME Tie to shtool generation */
+#define RC_VERSION "77.77"
+
+#define RC_READ_BUFSIZE 1024
#define RC_STR_ID "OSSP rc" /* APPID for OSSP rc */
-#define RC_UID_ID f8a1845c55e6449481176f6e9cea34b /* UUID for OSSP rc */
+#define RC_UID_ID 0xf8a1845c55e6449481176f6e9cea34b /* UUID for OSSP rc */
/* Intentional no operation */
#define RC_NOP ((void)0)
@@ -75,13 +79,11 @@
} rc_anal_t;
/* Script type */
-typedef struct {
- rc_anal_t *m_pAnal;
- char *m_szText;
-} rc_script_t;
+typedef char * rc_script_t;
/* Processor class */
typedef struct {
+ rc_anal_t *m_pAnal;
rc_script_t *m_pScript;
} rc_proc_t;
|
|