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

Annotation of OpenXM/src/ox_math/mysocket.h, Revision 1.1

1.1     ! ohara       1: /* -*- mode: C; coding: euc-japan -*- */
        !             2: /* $OpenXM$ */
        !             3: /* $Id: mysocket.h,v 1.1 1999/10/02 03:17:41 ohara Exp $ */
        !             4:
        !             5: #ifndef _MYSOCKET_H_
        !             6:
        !             7: #define _MYSOCKET_H_
        !             8:
        !             9: int mysocketListen(char *hostname, short *portp);
        !            10: int mysocketOpen(char* hostname, short port);
        !            11: int mypipe(char *program, int fd1, int fd2);
        !            12:
        !            13: #endif  /* _MYSOCKET_H_ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>