magic/textio
Darryl L. Miles f63dc318a7 textio: removed prototypes for non-existant functions
extern void TxVisChar();
extern void TxPromptOnNewLine();
extern TxCommand *TxDeviceStdin();
extern TxCommand *TxButtonMaskToCommand();

Found during K&R removal of textio/**
2025-02-23 10:24:40 -05:00
..
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
textio.h textio: removed prototypes for non-existant functions 2025-02-23 10:24:40 -05:00
textioInt.h printf: use compiler __attribute__((format (printf,fff,aaa))) 2025-01-03 09:08:14 +00:00
txCommands.c CodeQL LargeParameter.ql: large objects returned (around fd_set usage) 2025-02-22 21:31:22 -05:00
txInput.c Added the contents of the "readline" module back. This is 2025-01-10 09:58:57 -05:00
txMain.c Lookup() constify WindGetCommandTable() returns 'const' 2024-12-26 15:20:58 -05:00
txMore.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
txOutput.c txOutput.c: printf style constify fmt call-site 2025-01-03 09:08:14 +00:00
txcommands.h textio: removed prototypes for non-existant functions 2025-02-23 10:24:40 -05:00