View | Details | Raw Unified | Return to bug 112990
Collapse All | Expand All

(-)u_fonts.h (-3 / +4 lines)
Lines 32-40 Link Here
32
32
33
extern int		psfontnum();
33
extern int		psfontnum();
34
extern int		latexfontnum();
34
extern int		latexfontnum();
35
extern struct _xfstruct	x_fontinfo[], x_backup_fontinfo[];
36
extern struct _fstruct	ps_fontinfo[];
37
extern struct _fstruct	latex_fontinfo[];
38
35
39
/* element of linked list for each font
36
/* element of linked list for each font
40
   The head of list is for the different font NAMES,
37
   The head of list is for the different font NAMES,
Lines 60-65 Link Here
60
    struct xfont   *xfontlist;	/* linked list of X fonts for different point
57
    struct xfont   *xfontlist;	/* linked list of X fonts for different point
61
				 * sizes */
58
				 * sizes */
62
};
59
};
60
61
extern struct _xfstruct	x_fontinfo[], x_backup_fontinfo[];
62
extern struct _fstruct	ps_fontinfo[];
63
extern struct _fstruct	latex_fontinfo[];
63
64
64
int		x_fontnum();
65
int		x_fontnum();
65
#endif /* U_FONTS_H */
66
#endif /* U_FONTS_H */

Return to bug 112990