archie/archie/clients/telnet/help.h
2024-05-27 16:13:40 +02:00

9 lines
109 B
C

#ifndef HELP_H
#define HELP_H
#include "ansi_compat.h"
extern int help PROTO((int ac, char **av));
#endif