mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
3c59f7f609
commit
3afbb2f09d
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_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue