mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05:00
Add the prototype and an empty definition for show_help()
This commit is contained in:
parent
3ff949efc0
commit
6436a68f8b
13
src/help.c
13
src/help.c
@ -28,5 +28,14 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "system.h"
|
||||
#include "help.h"
|
||||
#include "trader.h"
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* Help text function definitions *
|
||||
************************************************************************/
|
||||
|
||||
void show_help (void)
|
||||
{
|
||||
// @@@ To be written
|
||||
}
|
||||
|
@ -32,4 +32,11 @@
|
||||
#define included_HELP_H 1
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* Help text function declarations *
|
||||
************************************************************************/
|
||||
|
||||
extern void show_help (void);
|
||||
|
||||
|
||||
#endif /* included_HELP_H */
|
||||
|
Loading…
Reference in New Issue
Block a user