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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [libnetworking/] [rtems_telnetd/] [telnetd.h] - Rev 1026

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

/*
 * (A first version for telnetd)
 *
 *  Author: Fernando RUIZ CASAS (fernando.ruiz@ctv.es)
 *  May 2001
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 *  rtems_initialize_telnetd() starts the daemon.
 *  main_telnetd() is the main_proc for the command telnetd in the shell
 *  register_telnetd() add a new command in the shell to start
 *  interactively the telnetd daemon.
 * 
 *  telnetd.h,v 1.1 2001/08/09 22:06:51 joel Exp
 */
 
#ifndef __TELNETD_H
#define __TELNETD_H
 
#ifdef __cplusplus
extern "C" {
#endif	
 
int rtems_initialize_telnetd(void);
int main_telnetd(int argc,char * argv[]);
int register_telnetd(void);
 
#ifdef __cplusplus
}
#endif	
 
#endif
 
 

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

powered by: WebSVN 2.1.0

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