X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fprotocol.h;h=c6db5155ea2022b26d857e1d10b63d5215c35908;hb=80c09792394a213f19d1384e61fdf8dfc3fce49a;hp=a3afe9fb37f37da3066ea1e2481afc352abba425;hpb=6d03943426dcce76ba66567a9b18425a5ebb4c0c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/protocol.h b/include/protocol.h index a3afe9fb3..c6db5155e 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -18,9 +18,9 @@ class User; -typedef std::vector parameterlist; +CoreExport typedef std::vector parameterlist; -class ProtoServer +class CoreExport ProtoServer { public: std::string servername; @@ -31,9 +31,9 @@ class ProtoServer unsigned int latencyms; }; -typedef std::list ProtoServerList; +CoreExport typedef std::list ProtoServerList; -class ProtocolInterface : public Extensible +class CoreExport ProtocolInterface : public Extensible { public: ProtocolInterface() { }