[BACK]Return to mysocket.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math

File: [local] / OpenXM / src / ox_math / Attic / mysocket.h (download)

Revision 1.2, Tue Nov 2 06:11:57 1999 UTC (24 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.1: +0 -0 lines

partly support the followings:
cmo_monomial32, cmo_dms_generic, cmo_ring_by_name, cmo_indeterminate.

/* -*- mode: C; coding: euc-japan -*- */
/* $OpenXM: OpenXM/src/ox_math/mysocket.h,v 1.2 1999/11/02 06:11:57 ohara Exp $ */
/* $Id: mysocket.h,v 1.1 1999/10/02 03:17:41 ohara Exp $ */

#ifndef _MYSOCKET_H_

#define _MYSOCKET_H_

int mysocketListen(char *hostname, short *portp);
int mysocketOpen(char* hostname, short port);
int mypipe(char *program, int fd1, int fd2);

#endif  /* _MYSOCKET_H_ */