Various URL handling improvments.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25154 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2007-05-14 16:55:16 +00:00
parent cc25eedb9e
commit 9a44af0e80
9 changed files with 969 additions and 278 deletions

View file

@ -24,7 +24,10 @@
#ifndef _GSPrivate_h_
#define _GSPrivate_h_
#include "Foundation/NSError.h"
#import "Foundation/NSError.h"
@class _GSInsensitiveDictionary;
@class _GSMutableInsensitiveDictionary;
@class NSNotification;