7 lines
84 B
C
7 lines
84 B
C
|
|
#ifndef _COM_OPTION_H
|
||
|
|
#define _COM_OPTION_H
|
||
|
|
|
||
|
|
void com_option(wordlist *wl);
|
||
|
|
|
||
|
|
#endif
|