File:  [Micropolis - Activity] / micropolis / src / tk / tktcp.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed Mar 11 09:08:51 2020 UTC (6 years, 4 months ago) by root
Branches: donhopkins, MAIN
CVS tags: activity, HEAD
Micropolis Activity

/* tkTCP.h --
 *
 *	This file provides declarations needed by the TCP server
 *	implementation for Tcl interpreters.
 *
 * $Header: /var/lib/cvsd/repos/micropolis/micropolis/src/tk/tktcp.h,v 1.1.1.1 2020/03/11 09:08:51 root Exp $
 * $Source: /var/lib/cvsd/repos/micropolis/micropolis/src/tk/tktcp.h,v $
 * $Log: tktcp.h,v $
 * Revision 1.1.1.1  2020/03/11 09:08:51  root
 * Micropolis Activity
 *
 * Revision 1.1  1992/02/14  19:57:51  kennykb
 * Initial revision
 *
 *
 *
 * 	Copyright (C) 1992 General Electric.
 *	All rights reserved.
 *	
 *
 *   Permission to use, copy, modify, and distribute this
 *   software and its documentation for any purpose and without
 *   fee is hereby granted, provided that the above copyright
 *   notice appear in all copies and that both that copyright
 *   notice and this permission notice appear in supporting
 *   documentation, and that the name of General Electric not be used in
 *   advertising or publicity pertaining to distribution of the
 *   software without specific, written prior permission.
 *   General Electric makes no representations about the suitability of
 *   this software for any purpose.  It is provided "as is"
 *   without express or implied warranty.
 *
 *   This work was supported by the DARPA Initiative in Concurrent
 *   Engineering (DICE) through DARPA Contract MDA972-88-C-0047.
 *
 */

#ifndef _TCLTCP
#define _TCLTCP 1

#ifndef _TCL
#include "tcl.h"
#endif

/* Definitions of the functions */

EXTERN int tcpCommand _ANSI_ARGS_((ClientData clientData,
				   Tcl_Interp * interp,
				   int argc,
				   char * * argv));

extern void simpleCreateFileHandler _ANSI_ARGS_((int fd,
						 int mask,
						 Tk_FileProc * proc,
						 ClientData clientData));

extern void simpleDeleteFileHandler _ANSI_ARGS_((int fd));

extern void simpleReportBackgroundError _ANSI_ARGS_((Tcl_Interp * interp));

#endif /* _TCLTCP */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.