diff options
Diffstat (limited to 'src/connections.hh')
| -rw-r--r-- | src/connections.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/connections.hh b/src/connections.hh index 021943b..79462c5 100644 --- a/src/connections.hh +++ b/src/connections.hh @@ -27,6 +27,10 @@ struct TConnection { void EmergencyPing(void); void Login(void); const char *GetName(void); + void Connect(int Socket); + void Close(bool Delay); + void Free(void); + pid_t GetPID(void); // TODO(fusion): Maybe rename this later? bool Live(void) const { |
