From 85a13d70cc5249e2f583bb16f0914646aefe4fe6 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 12 Feb 2013 21:34:09 +0200 Subject: server and shell exec module should work now TODO: implement basic protocol support in client --- server/service.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 server/service.h (limited to 'server/service.h') diff --git a/server/service.h b/server/service.h new file mode 100644 index 0000000..d27f8f3 --- /dev/null +++ b/server/service.h @@ -0,0 +1,27 @@ +// Copyright © 2013 sss +// +// This program 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 (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// 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. + +#ifndef SERVICE_H +#define SERVICE_H + +#include "headers.h" + +namespace service { + +extern std::list installed_services; + +}; +#endif -- cgit v1.2.3