diff --git a/Headers/Additions/GNUstepBase/GSIArray.h b/Headers/Additions/GNUstepBase/GSIArray.h index 7d0a1e8dd..50763bb59 100644 --- a/Headers/Additions/GNUstepBase/GSIArray.h +++ b/Headers/Additions/GNUstepBase/GSIArray.h @@ -48,6 +48,11 @@ extern "C" { #endif /* + * NB. This file is intended for internal use by the GNUstep libraries + * and may change siugnificantly between releases. + * While it is unlikley to be removed from the distributiuon any time + * soon, its use by other software is not officially supported. + * * This file should be INCLUDED in files wanting to use the GSIArray * functions - these are all declared inline for maximum performance. * diff --git a/Headers/Additions/GNUstepBase/GSIMap.h b/Headers/Additions/GNUstepBase/GSIMap.h index c8ca2ec9c..4ea4fd28e 100644 --- a/Headers/Additions/GNUstepBase/GSIMap.h +++ b/Headers/Additions/GNUstepBase/GSIMap.h @@ -40,6 +40,11 @@ extern "C" { #endif /* + * NB. This file is intended for internal use by the GNUstep libraries + * and may change siugnificantly between releases. + * While it is unlikley to be removed from the distributiuon any time + * soon, its use by other software is not officially supported. + * * This file should be INCLUDED in files wanting to use the GSIMap * functions - these are all declared inline for maximum performance. *