archie/archie/clients/telnet/help.h

9 lines
109 B
C
Raw Normal View History

2024-05-27 16:13:40 +02:00
#ifndef HELP_H
#define HELP_H
#include "ansi_compat.h"
extern int help PROTO((int ac, char **av));
#endif