summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
d1cb0cf)
It's mhmisc.c that has the global arrays that use them.
* -- (mhparse.c/mhbuildsbr.c)
*/
* -- (mhparse.c/mhbuildsbr.c)
*/
-#define NPARTS 50
-#define NTYPES 20
void content_error(char *, CT, char *, ...) CHECK_PRINTF(3, 4);
void flush_errors(void);
void content_error(char *, CT, char *, ...) CHECK_PRINTF(3, 4);
void flush_errors(void);
+#define NPARTS 50
+#define NTYPES 20
+
extern int npart;
extern int ntype;
extern char *parts[NPARTS + 1];
extern int npart;
extern int ntype;
extern char *parts[NPARTS + 1];