X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fservice.h;h=e73d8398bae1ceb541f11ab34b178eca23cdf0af;hp=35f68bf8a5330b9bc201cfa9178f2622d7e53ddc;hb=HEAD;hpb=2f4a8253488c7b0ecf21915aa3aa5b61475dd6a6 diff --git a/include/service.h b/include/service.h index 35f68bf8a..e73d8398b 100644 --- a/include/service.h +++ b/include/service.h @@ -1,11 +1,11 @@ /* * Empire - A multi-player, client/server Internet based war game. - * Copyright (C) 1986-2004, Dave Pare, Jeff Bailey, Thomas Ruschak, - * Ken Stevens, Steve McClure + * Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak, + * Ken Stevens, Steve McClure, Markus Armbruster * - * This program is free software; you can redistribute it and/or modify + * Empire is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -14,19 +14,18 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program. If not, see . * * --- * - * See the "LEGAL", "LICENSE", "CREDITS" and "README" files for all the - * related information and legal notices. It is expected that any future - * projects/authors will amend these files as needed. + * See files README, COPYING and CREDITS in the root of the source + * tree for related information and legal notices. It is expected + * that future projects/authors will amend these files as needed. * * --- * * service.h: Windows services support - * + * * Known contributors to this file: * Ron Koenderink, 2004 */ @@ -34,10 +33,12 @@ #ifndef SERVICE_H #define SERVICE_H +#include + #define DEFAULT_SERVICE_NAME "Empire Server" -extern char *config_file; -extern int install_service(char *program_name, char *service_name, int datadir_set); +extern int install_service(char *program_name, char *service_name, + char *config_file); extern int remove_service(char *service_name); extern void WINAPI service_main(DWORD argc, LPTSTR *argv); #endif