summary refs log tree commit diff
path: root/irc.c
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-05-07 16:47:40 -0700
committerJune McEnroe <june@causal.agency>2020-05-07 20:00:33 -0400
commitbde0f47a70f71c86d90a0baadcfa8dc33a8fa4d2 (patch)
tree7157919ef3196b8d9e94a49828943ce891c5c9c2 /irc.c
parentUpdate email addresses (diff)
downloadcatgirl-bde0f47a70f71c86d90a0baadcfa8dc33a8fa4d2.tar.gz
catgirl-bde0f47a70f71c86d90a0baadcfa8dc33a8fa4d2.zip
Mark global variables in chat.h as extern
This fixes the build with gcc 10, which enables -fno-common by
default.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt-07-12Add DCH to shottyJune McEnroe 2019-07-12Support insert mode in shottyJune McEnroe 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe