You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
604 B
32 lines
604 B
3 years ago
|
#ifdef __OBJC__
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
#else
|
||
|
#ifndef FOUNDATION_EXPORT
|
||
|
#if defined(__cplusplus)
|
||
|
#define FOUNDATION_EXPORT extern "C"
|
||
|
#else
|
||
|
#define FOUNDATION_EXPORT extern
|
||
|
#endif
|
||
|
#endif
|
||
|
#endif
|
||
|
|
||
|
#import "c.h"
|
||
|
#import "cache.h"
|
||
|
#import "comparator.h"
|
||
|
#import "db.h"
|
||
|
#import "dumpfile.h"
|
||
|
#import "env.h"
|
||
|
#import "export.h"
|
||
|
#import "filter_policy.h"
|
||
|
#import "iterator.h"
|
||
|
#import "options.h"
|
||
|
#import "slice.h"
|
||
|
#import "status.h"
|
||
|
#import "table.h"
|
||
|
#import "table_builder.h"
|
||
|
#import "write_batch.h"
|
||
|
|
||
|
FOUNDATION_EXPORT double leveldbVersionNumber;
|
||
|
FOUNDATION_EXPORT const unsigned char leveldbVersionString[];
|
||
|
|