Chat-O-Matic/protocols/gtalk/main.cpp
2010-05-07 09:47:10 +00:00

9 lines
170 B
C++

#include "GoogleTalk.h"
extern "C" __declspec(dllexport) CayaProtocol *main_protocol ();
CayaProtocol *main_protocol ()
{
return (CayaProtocol *)(new GoogleTalk());
}