summaryrefslogtreecommitdiffstats
path: root/lib/Utils/abrt_xmlrpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils/abrt_xmlrpc.h')
-rw-r--r--lib/Utils/abrt_xmlrpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Utils/abrt_xmlrpc.h b/lib/Utils/abrt_xmlrpc.h
index a8bd2cca..a0e9ca34 100644
--- a/lib/Utils/abrt_xmlrpc.h
+++ b/lib/Utils/abrt_xmlrpc.h
@@ -25,6 +25,7 @@ struct abrt_xmlrpc_conn {
/* Utility functions */
void throw_xml_fault(xmlrpc_env *env);
+void throw_if_xml_fault_occurred(xmlrpc_env *env);
CURL* xcurl_easy_init();
#endif