diff options
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index 03bc1e56..0027e53c 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -124,6 +124,7 @@ typedef struct { int penalty_hyphen, penalty_hyphen_2; int penalty_em_dash_left, penalty_em_dash_right, penalty_em_dash_right_2; int stretchability_factor; + Dlist *link_actions; } DilloPrefs; /** Global Data */ |