ossp-pkg/rc/rc_private.h 1.13 -> 1.14
--- rc_private.h 2002/05/22 16:01:49 1.13
+++ rc_private.h 2002/05/23 18:03:20 1.14
@@ -45,8 +45,9 @@
#define TRACEL(num) fprintf(stderr, "%s:%d: %ld\n", __FILE__, __LINE__, (long int)num)
#endif
-/* The GUID for OSSP rc */
-#define RC_STR_ID "OSSP rc"
+
+#define RC_STR_ID "OSSP rc" /* APPID for OSSP rc */
+#define RC_UID_ID f8a1845c55e6449481176f6e9cea34b /* UUID for OSSP rc */
/* Intentional no operation */
#define RC_NOP ((void)0)
@@ -66,11 +67,11 @@
/* Analyser type */
typedef struct {
- char *m_szRcs; /* Rc file names */
- char *m_szTmp; /* Temp file name */
- char *m_szFuncs; /* Function file names */
- char *m_szLocs; /* Location path names */
- char *m_szSecs; /* Section names */
+ char *m_szRcs; /* Rc file names */
+ char *m_szTmp; /* Temp file name */
+ char *m_szFuncs; /* Function file names */
+ char *m_szLocs; /* Location path names */
+ char **m_pszSecs; /* Section vector */
} rc_anal_t;
/* Script type */
|
|