OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [libnetworking/] [rtems_telnetd/] [telnetd.h] - Blame information for rev 1780

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
2
 * (A first version for telnetd)
3
 *
4
 *  Author: Fernando RUIZ CASAS (fernando.ruiz@ctv.es)
5
 *  May 2001
6
 *
7
 *  This program is distributed in the hope that it will be useful,
8
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
9
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
 *
11
 *  rtems_initialize_telnetd() starts the daemon.
12
 *  main_telnetd() is the main_proc for the command telnetd in the shell
13
 *  register_telnetd() add a new command in the shell to start
14
 *  interactively the telnetd daemon.
15
 *
16
 *  telnetd.h,v 1.1 2001/08/09 22:06:51 joel Exp
17
 */
18
 
19
#ifndef __TELNETD_H
20
#define __TELNETD_H
21
 
22
#ifdef __cplusplus
23
extern "C" {
24
#endif  
25
 
26
int rtems_initialize_telnetd(void);
27
int main_telnetd(int argc,char * argv[]);
28
int register_telnetd(void);
29
 
30
#ifdef __cplusplus
31
}
32
#endif  
33
 
34
#endif
35
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.