summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h8
1 files changed, 4 insertions, 4 deletions
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<std::string> parameterlist;
+CoreExport typedef std::vector<std::string> parameterlist;
-class ProtoServer
+class CoreExport ProtoServer
{
public:
std::string servername;
@@ -31,9 +31,9 @@ class ProtoServer
unsigned int latencyms;
};
-typedef std::list<ProtoServer> ProtoServerList;
+CoreExport typedef std::list<ProtoServer> ProtoServerList;
-class ProtocolInterface : public Extensible
+class CoreExport ProtocolInterface : public Extensible
{
public:
ProtocolInterface() { }