ossp-pkg/rc/rc_private.h 1.19 -> 1.20
--- rc_private.h 2002/07/30 16:36:41 1.19
+++ rc_private.h 2002/08/02 16:38:09 1.20
@@ -74,6 +74,7 @@
/* Analyser type */
typedef struct {
+ short m_nRcs; /* How many rc files */
char **m_szRcs; /* Rc file names */
char *m_szTmp; /* Temp file name */
char *m_szFuncs; /* Function file names */
@@ -84,6 +85,13 @@
/* Script type */
typedef char * rc_script_t;
+/* Section type */
+typedef struct {
+ int nPri;
+ int nUid;
+ char *szData;
+} rc_section_t;
+
/* Processor class */
typedef struct {
rc_anal_t *m_pAnal;
|
|