[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.3, Sun Nov 7 12:12:55 1999 UTC (24 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.2: +1 -2 lines

I rewrote error handling functions.

/* -*- mode: C; coding: euc-japan -*- */
/* $OpenXM: OpenXM/src/ox_math/mysocket.h,v 1.3 1999/11/07 12:12:55 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_ */