Cleanups in get_help_topic(). Topic now displays correctly, rather than the
argument supplied to /bhelp. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@126 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -4771,7 +4771,7 @@ BUILT_IN_FUNCTION(function_umask, words)
|
||||
}
|
||||
|
||||
|
||||
extern char *get_help_topic (char *, int);
|
||||
extern char *get_help_topic (const char *, int);
|
||||
extern int read_file (FILE *, int);
|
||||
|
||||
BUILT_IN_FUNCTION(function_help, words)
|
||||
|
||||
Reference in New Issue
Block a user