~ubuntu-branches/ubuntu/hardy/prelude-manager/hardy

« back to all changes in this revision

Viewing changes to src/include/admin-server.h

  • Committer: Bazaar Package Importer
  • Author(s): Mickael Profeta
  • Date: 2004-04-07 16:36:24 UTC
  • Revision ID: james.westby@ubuntu.com-20040407163624-atc9ndab836a8sx9
Tags: upstream-0.8.10
ImportĀ upstreamĀ versionĀ 0.8.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*****
 
2
*
 
3
* Copyright (C) 2001, 2002 Yoann Vandoorselaere <yoann@prelude-ids.org>
 
4
* All Rights Reserved
 
5
*
 
6
* This file is part of the Prelude program.
 
7
*
 
8
* This program is free software; you can redistribute it and/or modify
 
9
* it under the terms of the GNU General Public License as published by
 
10
* the Free Software Foundation; either version 2, or (at your option)
 
11
* any later version.
 
12
*
 
13
* This program is distributed in the hope that it will be useful,
 
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
* GNU General Public License for more details.
 
17
*
 
18
* You should have received a copy of the GNU General Public License
 
19
* along with this program; see the file COPYING.  If not, write to
 
20
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
21
*
 
22
*****/
 
23
 
 
24
#ifndef _MANAGER_ADMIN_SERVER_H
 
25
#define _MANAGER_ADMIN_SERVER_H
 
26
 
 
27
int admin_server_broadcast_sensor_optlist(prelude_msg_t *msg);
 
28
 
 
29
server_generic_t *admin_server_new(const char *addr, uint16_t port);
 
30
 
 
31
void admin_server_close(server_generic_t *server);
 
32
 
 
33
#endif /* _MANAGER_ADMIN_SERVER_H */