mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
fixup some private declarations accidentally left in public header
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22568 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e6bb96eb06
commit
5d671ce847
8 changed files with 22 additions and 9 deletions
|
@ -210,5 +210,13 @@ BOOL GSEnvironmentFlag(const char *name, BOOL def);
|
|||
- (const char*) type;
|
||||
@end
|
||||
|
||||
/*
|
||||
* Functions used by the NSRunLoop and friends for processing
|
||||
* queued notifications.
|
||||
*/
|
||||
extern void GSNotifyASAP(void);
|
||||
extern void GSNotifyIdle(void);
|
||||
extern BOOL GSNotifyMore(void);
|
||||
|
||||
#endif /* __GSPrivate_h_ */
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
#include "Foundation/NSDebug.h"
|
||||
#include "GSRunLoopCtxt.h"
|
||||
#include "GSRunLoopWatcher.h"
|
||||
#include "GSPrivate.h"
|
||||
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
#include "Foundation/NSDebug.h"
|
||||
|
||||
#include "GSPortPrivate.h"
|
||||
#include "GSPrivate.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#include "GNUstepBase/preface.h"
|
||||
#include "../GSRunLoopCtxt.h"
|
||||
#include "../GSRunLoopWatcher.h"
|
||||
#include "../GSPrivate.h"
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSNotificationQueue.h>
|
||||
#include <Foundation/NSPort.h>
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
#include "Foundation/NSDebug.h"
|
||||
|
||||
#include "../Tools/gdomap.h"
|
||||
#include "../GSPrivate.h"
|
||||
|
||||
#include <winsock2.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#include "GNUstepBase/preface.h"
|
||||
#include "../GSRunLoopCtxt.h"
|
||||
#include "../GSRunLoopWatcher.h"
|
||||
#include "../GSPrivate.h"
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSNotificationQueue.h>
|
||||
#include <Foundation/NSPort.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue