ossp-pkg/rc/rc_private.h 1.22 -> 1.23
--- rc_private.h 2003/05/14 16:36:28 1.22
+++ rc_private.h 2003/05/15 12:49:11 1.23
@@ -75,6 +75,7 @@
/* Analyser type */
typedef struct {
short m_nRcs; /* How many rc files */
+ short m_nSecs; /* How many sections */
char **m_szRcs; /* Rc file names */
char *m_szTmp; /* Temp file name */
char *m_szFuncs; /* Function file names */
@@ -97,7 +98,7 @@
typedef struct {
rc_anal_t *m_pAnal;
rc_script_t *m_pScriptcom;
- rc_script_t **m_ppScriptvec;
+ rc_section_t **m_ppSectvec;
} rc_proc_t;
#endif /* __OSSPRC_PRIVATE_H__ */
|
|