8 lines
82 B
C
8 lines
82 B
C
|
|
#ifndef _COM_AHELP_H
|
||
|
|
#define _COM_AHELP_H
|
||
|
|
|
||
|
|
|
||
|
|
void com_ahelp(wordlist *wl);
|
||
|
|
|
||
|
|
#endif
|