ftp.nice.ch/pub/next/unix/network/www/httpd.1.5-export.NIHS.bs.gnutar.gz#/httpd_1.5-export/src/http_ipc.h

This is http_ipc.h in view mode; [Download] [Up]

/************************************************************************
 * NCSA HTTPd Server
 * Software Development Group
 * National Center for Supercomputing Applications
 * University of Illinois at Urbana-Champaign
 * 605 E. Springfield, Champaign, IL 61820
 * httpd@ncsa.uiuc.edu
 *
 * Copyright  (C)  1995, Board of Trustees of the University of Illinois
 *
 ************************************************************************
 *
 * http_ipc.h,v 1.3 1995/07/25 06:43:36 blong Exp
 *
 ************************************************************************
 *
 */


#ifndef _HTTP_IPC_H_
#define _HTTP_IPC_H_

/* http_ipc function prototypes */
int pass_fd(int spipefd, int filedes);
int recv_fd(int spipefd);

#endif /* _HTTP_IPC_H_ */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.