foxygit / doom Log in
commit 509b22c5a816888ad7819d57ea2a672a37be8c23
Merge: 3b9503da 9ad7b281
Author:     Turo Lamminen <turol@users.noreply.github.com>
AuthorDate: Wed Sep 28 10:57:22 2022 +0300
Commit:     GitHub <noreply@github.com>
CommitDate: Wed Sep 28 10:57:22 2022 +0300

    Merge pull request #1510 from turol/extern-1

    Clean up extern, part 1

 check-extern.sh            |  6 ++++++
 opl/opl.c                  | 10 ----------
 opl/opl_internal.h         | 13 +++++++++++++
 pcsound/pcsound.c          | 21 ---------------------
 pcsound/pcsound_internal.h | 23 +++++++++++++++++++++++
 src/deh_defs.h             |  5 +++++
 src/deh_main.c             |  2 --
 src/i_sound.c              |  4 ----
 src/i_sound.h              |  3 +++
 src/setup/sound.c          |  4 ++--
 src/setup/sound.h          |  1 -
 src/w_file.c               |  9 ---------
 src/w_file.h               | 12 ++++++++++++
 src/w_file_posix.c         |  1 -
 src/w_file_stdc.c          |  1 -
 src/w_file_win32.c         |  1 -
 textscreen/txt_inputbox.c  |  4 ++--
 17 files changed, 66 insertions(+), 54 deletions(-)