char p_cscf_server[MAX_ELEM];
};
-static void start_element_handler (GMarkupParseContext *context,
+static void start_element_handler(GMarkupParseContext *context,
const gchar *element_name, const gchar **attribute_names,
const gchar **attribute_values, gpointer user_data,
GError **error)
rsp->current = rsp->p_cscf_server;
}
-static void end_element_handler (GMarkupParseContext *context,
+static void end_element_handler(GMarkupParseContext *context,
const gchar *element_name, gpointer user_data,
GError **error)
{
rsp->current = NULL;
}
-static void text_handler (GMarkupParseContext *context,
+static void text_handler(GMarkupParseContext *context,
const gchar *text, gsize text_len,
gpointer user_data, GError **error)
{
}
}
-static void error_handler (GMarkupParseContext *context,
+static void error_handler(GMarkupParseContext *context,
GError *error, gpointer user_data)
{
ofono_debug("Error parsing xml response from eppsd: %s\n",