summaryrefslogtreecommitdiff
path: root/modules/extra/ssl.h
blob: e2525137990e96bb8d1f1a284ce6047f6633b458 (plain)
1
2
3
4
5
6
7
8
9

class SSLService : public Service
{
 public:
	SSLService(Module *o, const Anope::string &n) : Service(o, n) { }
	
	virtual void Init(Socket *s) = 0;
};