aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo_server.h')
-rw-r--r--pseudo_server.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/pseudo_server.h b/pseudo_server.h
new file mode 100644
index 0000000..5e2ea6b
--- /dev/null
+++ b/pseudo_server.h
@@ -0,0 +1,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 *tag);
+extern int pseudo_server_timeout;
+extern int opt_l;