ossp-pkg/rc/rc_private.h 1.15 -> 1.16
--- rc_private.h 2002/06/26 14:11:16 1.15
+++ rc_private.h 2002/06/27 15:35:58 1.16
@@ -71,7 +71,7 @@
/* Analyser type */
typedef struct {
- char *m_szRcs; /* Rc file 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 */
|
|