9 lines
104 B
C
9 lines
104 B
C
#ifndef _COMMANDS_H
|
|
#define _COMMANDS_H
|
|
|
|
/* $Id$ */
|
|
|
|
void command_list(char *); /* LIST */
|
|
|
|
#endif
|