Resolve bug 17464

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23488 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-09-13 10:20:49 +00:00
parent 79c2ae503c
commit f645b84196
109 changed files with 994 additions and 82 deletions

View file

@ -27,6 +27,10 @@
#include <Foundation/NSPredicate.h>
#if defined(__cplusplus)
extern "C" {
#endif
typedef enum _NSCompoundPredicateType
{
NSNotPredicateType = 0,
@ -46,5 +50,10 @@ typedef enum _NSCompoundPredicateType
- (NSArray *) subpredicates;
@end
#if defined(__cplusplus)
}
#endif
#endif