ossp-pkg/rc/rc_private.h 1.25 -> 1.26
--- rc_private.h 2003/05/16 18:43:30 1.25
+++ rc_private.h 2003/05/20 11:46:25 1.26
@@ -95,11 +95,18 @@
size_t m_Bytes;
} rc_section_t;
+/* Label type */
+typedef struct {
+ int m_nSecs;
+ char *m_szName;
+ rc_section_t **m_ppSecvec;
+} rc_label_t;
+
/* Processor class */
typedef struct {
rc_anal_t *m_pAnal;
rc_script_t *m_pScriptcom;
- rc_section_t **m_ppSectvec;
+ rc_label_t **m_ppLabvec;
} rc_proc_t;
#endif /* __OSSPRC_PRIVATE_H__ */
|
|