Files
baRSS/QLOPML/opml-lib.h
2025-07-23 12:31:40 +02:00

8 lines
228 B
C

#ifndef opml_lib_h
#define opml_lib_h
NSData* generateHTMLData(NSURL *url, NSBundle *bundle, BOOL thumb);
//void renderThumbnail(CFURLRef url, CFBundleRef bundle, CGContextRef context, CGSize maxSize);
#endif /* opml_lib_h */