summaryrefslogtreecommitdiff
path: root/ffnetdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffnetdev.h')
-rw-r--r--ffnetdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffnetdev.h b/ffnetdev.h
index 32d6748..a12831e 100644
--- a/ffnetdev.h
+++ b/ffnetdev.h
@@ -27,6 +27,7 @@ private:
int ControlPort;
bool EnableRemote;
int m_origPrimaryDevice;
+ char m_ClientName[20];
public:
cPluginFFNetDev(void);
@@ -57,6 +58,7 @@ public:
void SetPrimaryDevice();
void RestorePrimaryDevice();
cMyRemote *GetRemote() { return m_Remote; }
+ void SetClientName(char* ClientName);
};
#endif