View | Details | Raw Unified | Return to bug 78152 | Differences between
and this patch

Collapse All | Expand All

(-)src/chm_lib.h (+7 lines)
Lines 78-83 Link Here
78
    char               path[CHM_MAX_PATHLEN+1];
78
    char               path[CHM_MAX_PATHLEN+1];
79
};
79
};
80
80
81
typedef struct chmUnitInfo chmUnitInfo;
82
typedef struct chm_dir {
83
  int nentries;
84
  char **info;
85
} chm_dir;
86
81
/* open an ITS archive */
87
/* open an ITS archive */
82
#ifdef PPC_BSTR
88
#ifdef PPC_BSTR
83
/* RWE 6/12/2003 */
89
/* RWE 6/12/2003 */
Lines 133-138 Link Here
133
                      CHM_ENUMERATOR e,
139
                      CHM_ENUMERATOR e,
134
                      void *context);
140
                      void *context);
135
141
142
chm_dir get_names(struct chmFile *h);
136
#ifdef __cplusplus
143
#ifdef __cplusplus
137
}
144
}
138
#endif
145
#endif

Return to bug 78152