We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a26113 commit 19adac8Copy full SHA for 19adac8
CoreFoundation/Parsing.subproj/CFXMLInterface.h
@@ -137,7 +137,7 @@ typedef void* _CFXMLEntityPtr;
137
typedef void* _CFXMLDTDPtr;
138
typedef void* _CFXMLDTDNodePtr;
139
140
-_CFXMLNodePtr _CFXMLNewNode(_CFXMLNamespacePtr _Nullable namespace, const char* name);
+_CFXMLNodePtr _CFXMLNewNode(_CFXMLNamespacePtr _Nullable name_space, const char* name);
141
_CFXMLNodePtr _CFXMLCopyNode(_CFXMLNodePtr node, bool recursive);
142
143
_CFXMLDocPtr _CFXMLNewDoc(const unsigned char* version);
0 commit comments