Make Avahi work with gcc 2.95.

Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33291 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2011-06-13 14:50:25 +00:00
parent 549d78e403
commit a70202a9b8
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2011-06-13 Fred Kiefer <FredKiefer@gmx.de>
* Source/GSAvahiRunLoopIntegration.m: Declare the local methods in
the interface.
Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
2011-06-11 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSDateFormatter.m,

View file

@ -36,6 +36,12 @@
GSAvahiRunLoopContext *ctx;
void *userData;
}
- (void)listenForEvents: (AvahiWatchEvent)events;
- (AvahiWatchEvent)getEvents;
- (void)removeFromContext;
- (void)setContext: (GSAvahiRunLoopContext*)aCtxt;
- (void)unschedule;
- (void)reschedule;
@end
@implementation GSAvahiWatcher