Warnings: fix missing function prototypes
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Mon, 24 Aug 2020 20:46:48 +0000 (22:46 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Mon, 24 Aug 2020 20:46:48 +0000 (22:46 +0200)
commitd9a8216021edbb6b94dce664a5cda991f8d34ea0
treedc47555f89966fd7e1974e6a22907f4a6b57e91f
parente15a8e2a3c12a29274d81c814e7e5058f0c65ad8
Warnings: fix missing function prototypes

In most cases I added the static qualifier which was
missing. Some functions are never called so I either
removed them or I put them in #if DEBUG
src/ui/gui/dummy.c
src/ui/gui/main.c
src/ui/gui/psppire-dialog-action.c
src/ui/gui/psppire-dictview.c
src/ui/gui/psppire-scanf.c
src/ui/gui/psppire-selector.c
src/ui/gui/psppire-syntax-window.c
src/ui/gui/psppire-val-chooser.c
src/ui/gui/var-type-dialog.c