From 492c861e29e719012846d239e0dcad4866554667 Mon Sep 17 00:00:00 2001 From: rfm Date: Wed, 16 May 2007 17:29:47 +0000 Subject: [PATCH] Fix bug #19872 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25178 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ Headers/Foundation/NSNetServices.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3ae77797e..52ec96ffc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-16 Richard Frith-Macdonald + + * Headers/Foundation/NSNetServices.h: fix bug #19872 + 2007-05-16 Richard Frith-Macdonald * Source/NSURLConnection.m: Cancel when deallocating. diff --git a/Headers/Foundation/NSNetServices.h b/Headers/Foundation/NSNetServices.h index 102e92ff0..84b1127ff 100644 --- a/Headers/Foundation/NSNetServices.h +++ b/Headers/Foundation/NSNetServices.h @@ -434,5 +434,9 @@ GS_EXPORT NSString * const NSNetServicesErrorDomain; @end +#if defined(__cplusplus) +} +#endif + #endif /* __NSNetServices_h_GNUSTEP_BASE_INCLUDE */