mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 17:41:05 +00:00
Add missing method and rename in header.
This commit is contained in:
parent
574fc45c0b
commit
6e843573af
2 changed files with 8 additions and 1 deletions
|
@ -107,7 +107,7 @@ extern "C" {
|
||||||
/**
|
/**
|
||||||
* Returns allowed characers for URL host component.
|
* Returns allowed characers for URL host component.
|
||||||
*/
|
*/
|
||||||
+ (id) URLFragmentAllowedCharacterSet;
|
+ (id) URLHostAllowedCharacterSet;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns allowed characers for URL password component.
|
* Returns allowed characers for URL password component.
|
||||||
|
|
|
@ -874,6 +874,13 @@ static Class concreteMutableClass = nil;
|
||||||
number: 0];
|
number: 0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
+ (id) URLHostAllowedCharacterSet
|
||||||
|
{
|
||||||
|
return [self _staticSet: urlHostAllowedCharSet
|
||||||
|
length: sizeof(urlHostAllowedCharSet)
|
||||||
|
number: 0];
|
||||||
|
}
|
||||||
|
|
||||||
- (NSData*) bitmapRepresentation
|
- (NSData*) bitmapRepresentation
|
||||||
{
|
{
|
||||||
BOOL (*imp)(id, SEL, unichar);
|
BOOL (*imp)(id, SEL, unichar);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue