mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix to compile on systems withut avahi
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32429 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
821962705e
commit
bf05e6fe8b
1 changed files with 4 additions and 0 deletions
|
@ -115,7 +115,11 @@ NSString* GSNetServiceDotTerminatedNSStringFromString(const char* string);
|
|||
avahiIfIndex: (int)anIfIndex
|
||||
avahiProtocol: (int)aProtocol;
|
||||
|
||||
#if GS_USE_AVAHI==1
|
||||
- (id<NSObject,GSNetServiceDelegate>)delegate;
|
||||
#else
|
||||
- (id<NSObject>)delegate;
|
||||
#endif
|
||||
@end
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue