diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index f95fb03..8c4fb0e 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -493,6 +493,7 @@ namespace OpenSim.Framework | |||
493 | public uint creationDate; | 493 | public uint creationDate; |
494 | public uint expirationDate; | 494 | public uint expirationDate; |
495 | public int price; | 495 | public int price; |
496 | public uint Status; | ||
496 | } | 497 | } |
497 | 498 | ||
498 | public struct DirLandReplyData | 499 | public struct DirLandReplyData |