ossp-pkg/rc/rc_private.h 1.23 -> 1.24
--- rc_private.h 2003/05/15 12:49:11 1.23
+++ rc_private.h 2003/05/15 22:22:30 1.24
@@ -88,10 +88,10 @@
/* Section type */
typedef struct {
- int nPri;
- int nUid;
- char *szData;
- size_t Bytes;
+ int m_nPri;
+ int m_nUid;
+ char *m_szData;
+ size_t m_Bytes;
} rc_section_t;
/* Processor class */
|
|