ossp-pkg/rc/rc_private.h 1.38 -> 1.39
--- rc_private.h 2003/07/11 09:38:29 1.38
+++ rc_private.h 2003/07/11 14:13:16 1.39
@@ -70,6 +70,18 @@
typedef int rc_opt_t; /* For use with RC_XXX_VAL definitions */
+/* Cliopt class */
+typedef struct {
+ char **m_pszOptuples;
+ char *m_szRcfile;
+ char **m_pszSecs;
+} rc_cliopt_t;
+
+/* Configuration class */
+typedef struct {
+ rc_cliopt_t *pCliopts;
+} rc_config_t;
+
/* Script type */
typedef char * rc_script_t;
|
|