diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-09-17 10:54:15 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-09-17 10:54:15 -0400 |
commit | 296a3cbaf6b69555f7d6cdc639dc57c51f2e2bba (patch) | |
tree | d74fbeb2e0794c46c2c46d4fa34516c1e66c33c8 /src/caps.c | |
parent | e28d3818f3b22fbdf61d721183419a4a010c8a01 (diff) |
Do some symbol hiding
Diffstat (limited to 'src/caps.c')
-rw-r--r-- | src/caps.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,7 +41,7 @@ /* This list combined from the Linux termcap(5) man page, and * termcap_&_terminfo by Strang, Mui, and O'Reilly. */ -struct _vte_capability_quark _vte_terminal_capability_strings[] = { +VTE_STATIC struct _vte_capability_quark _vte_terminal_capability_strings[] = { {"!1", TRUE, 0}, {"!2", TRUE, 0}, {"!3", TRUE, 0}, @@ -362,7 +362,7 @@ struct _vte_capability_quark _vte_terminal_capability_strings[] = { /* From some really old XTerm docs we had at the office, and an updated * version at Moy, Gildea, and Dickey. */ -struct _vte_capability_string _vte_xterm_capability_strings[] = { +VTE_STATIC struct _vte_capability_string _vte_xterm_capability_strings[] = { {ENQ, "return-terminal-status", 0}, {VT, "vertical-tab", 0}, {FF, "form-feed", 0}, |