Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
common_xml.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013 The University of Utah
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License as
6  * published by the Free Software Foundation; either version 2 of
7  * the License, or (at your option) any later version.
8  *
9  * This program 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.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program; if not, write to the Free Software
16  * Foundation, 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
17  */
18 
19 #ifndef __COMMON_XML_H__
20 #define __COMMON_XML_H__
21 
22 #include "common.h"
23 #include "common_xml_moduleStub.h"
24 
26 x_ResultT_to_t_result_t(struct soap *soap,
27  enum vmi1__ResultT in);
28 enum vmi1__ResultT
29 t_result_t_to_x_ResultT(struct soap *soap,
30  result_t in);
31 
32 #endif /* __COMMON_XML_H__ */
result_t x_ResultT_to_t_result_t(struct soap *soap, enum vmi1__ResultT in)
Definition: common_xml.c:24
result_t
Definition: common.h:25
enum vmi1__ResultT t_result_t_to_x_ResultT(struct soap *soap, result_t in)
Definition: common_xml.c:39