qca/plugins/qcaopenssl.h
Justin Karneges e6adfbd2b3 changed plugin system to use C++
svn path=/trunk/kdesupport/qca/; revision=238159
2003-07-20 13:40:20 +00:00

13 lines
187 B
C

#ifndef QCAOPENSSL_H
#define QCAOPENSSL_H
#include"qcaprovider.h"
#ifdef QCA_PLUGIN
QCA_EXPORT QCAProvider *createProvider();
#else
QCAProvider *createProviderOpenSSL();
#endif
#endif