mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix missing method in header
This commit is contained in:
parent
810294f2df
commit
f8ad54a6d7
1 changed files with 4 additions and 0 deletions
|
@ -138,6 +138,10 @@ GS_EXPORT_CLASS
|
|||
#endif
|
||||
}
|
||||
|
||||
/* Examine xml data/string to find out the characterset encoding specified
|
||||
*/
|
||||
+ (NSString*) charsetForXml: (id)xml;
|
||||
|
||||
+ (NSString*) charsetFromEncoding: (NSStringEncoding)enc;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue