Documentation of `SecCertificateGetData()` says that we should malloc space for its...
[adiumx.git] / Source / AINulRemovalPlugin.h
blobe90f0d6dcb449648edf825c4ebf4ca118908fa64
1 //
2 // AINulRemovalPlugin.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 9/10/06.
6 //
8 #import <Cocoa/Cocoa.h>
9 #import <Adium/AIPlugin.h>
10 #import <Adium/AIContentControllerProtocol.h>
12 @interface AINulRemovalPlugin : AIPlugin <AIContentFilter> {
16 @end