aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_server.h
blob: 5c595eaeb34c74b5f716321edaaf9a82e82c77aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * pseudo_server.h, pseudo server declarations and definitions
 *
 * Copyright (c) 2008-2009 Wind River Systems, Inc.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the Lesser GNU General Public License version 2.1 as
 * published by the Free Software Foundation.
 *
 * 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 Lesser GNU General Public License for more details.
 *
 * You should have received a copy of the Lesser GNU General Public License
 * version 2.1 along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
 *
 */
extern int pseudo_server_start(int);
extern int pseudo_server_response(pseudo_msg_t *msg, const char *program, const char *tag);
extern int pseudo_server_timeout;
extern int opt_l;