Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 707020
Collapse All | Expand All

(-)a/bk_paper.c (+2 lines)
Lines 75-80 Link Here
75
#include "halibut.h"
75
#include "halibut.h"
76
#include "paper.h"
76
#include "paper.h"
77
77
78
font_info *all_fonts;
79
78
typedef struct paper_conf_Tag paper_conf;
80
typedef struct paper_conf_Tag paper_conf;
79
typedef struct paper_idx_Tag paper_idx;
81
typedef struct paper_idx_Tag paper_idx;
80
82
(-)a/paper.h (-1 / +1 lines)
Lines 78-84 struct ligature_Tag { Link Here
78
 * metrics are read in.
78
 * metrics are read in.
79
 */
79
 */
80
80
81
font_info *all_fonts;
81
extern font_info *all_fonts;
82
82
83
struct font_info_Tag {
83
struct font_info_Tag {
84
    font_info *next;
84
    font_info *next;

Return to bug 707020