X-Git-Url: http://git.silc.fi/gitweb/?p=runtime.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcxml.h;fp=lib%2Fsilcutil%2Fsilcxml.h;h=b15c8f48dcf9998acc6b64d2edc872dcb7332544;hp=e6ccce8012540b40b6b5f873974b40f2fc0eace9;hb=f19a8d863dac9415de5acf7bee0b55a15780b4b5;hpb=306cc839060cf3f1175ddad4a7da434b6a436d09 diff --git a/lib/silcutil/silcxml.h b/lib/silcutil/silcxml.h index e6ccce80..b15c8f48 100644 --- a/lib/silcutil/silcxml.h +++ b/lib/silcutil/silcxml.h @@ -125,6 +125,7 @@ typedef struct SilcXMLParamsObject { /* Do not process XML namespaces. */ SilcBool no_namespace; } *SilcXMLParams, SilcXMLParamsStruct; +/***/ /****f* silcutil/silc_xml_parser_create * @@ -221,7 +222,7 @@ const char *silc_xml_get_attribute(SilcXMLParser parser, SilcHashTable attributes, const char *name); -/****f* silcutil/silc_xml_get_attribute +/****f* silcutil/silc_xml_current_location * * SYNOPSIS *