mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
13 lines
193 B
C
13 lines
193 B
C
#ifndef QCACYRUSSASL_H
|
|
#define QCACYRUSSASL_H
|
|
|
|
#include"qcaprovider.h"
|
|
|
|
#ifdef QCA_PLUGIN
|
|
QCA_EXPORT QCAProvider *createProvider();
|
|
#else
|
|
QCAProvider *createProviderCyrusSASL();
|
|
#endif
|
|
|
|
#endif
|