Added ssl status responses
[jimb.git] / src / services.h
blobfc380411f2446731fffe9af04f013ceb56e1d25d
1 /**
2 * JIMCI (Jabber Instant Messaging Connection Interface)
3 * This file is part of JIMB.
5 * JIMCI is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License Version 3
7 * as published by the Free Software Foundation.
9 * JIMCI is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License Version 3
15 * along with JIMCI; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 * File: Services header
19 * Package: JIMCI
20 * Author: Martin Kelm <martinkelm@idxsolutions.de>
23 gchar *services_queue_message;
25 int services_init(
26 char *actions_exec, char *actions_script, int actions_interval,
27 char *updates_exec, char *updates_script, int updates_interval,
28 char *queue_message