diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index d7f0ed4..893a783 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -703,7 +703,7 @@ namespace OpenSim.Framework | |||
703 | 703 | ||
704 | 704 | ||
705 | void SetDebug(int newDebug); | 705 | void SetDebug(int newDebug); |
706 | void InPacket(Packet NewPack); | 706 | void InPacket(object NewPack); |
707 | void ProcessInPacket(Packet NewPack); | 707 | void ProcessInPacket(Packet NewPack); |
708 | void Close(bool ShutdownCircuit); | 708 | void Close(bool ShutdownCircuit); |
709 | void Kick(string message); | 709 | void Kick(string message); |