/* -*- mode: C; coding: euc-japan -*- */ /* $OpenXM: OpenXM/src/ox_math/mysocket.h,v 1.1 1999/10/29 08:06:42 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_ */