ftp.nice.ch/pub/next/unix/network/www/apache.1.3a1.NIHS.bs.tar.gz#/apache.1.3a1.NIHS.bs/original-source/src/nt/service.h

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

#ifndef SERVICE_H
#define SERVICE_H

#ifdef WIN32
int service_main(int (*main_fn)(int, char **), int argc, char **argv,
                  int *pause, int *stop, char *service_name,
                  int install_flag, int run_as_service);
void service_set_status(int status);
void service_cd();
#endif /* WIN32 */

#endif /* SERVICE_H */

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