diff options
Diffstat (limited to 'linden/indra/newview/llvoiceclient.h')
-rw-r--r-- | linden/indra/newview/llvoiceclient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoiceclient.h b/linden/indra/newview/llvoiceclient.h index cfc336b..9ef3be9 100644 --- a/linden/indra/newview/llvoiceclient.h +++ b/linden/indra/newview/llvoiceclient.h | |||
@@ -516,6 +516,9 @@ static void updatePosition(void); | |||
516 | // Currently this will be false only for PSTN P2P calls. | 516 | // Currently this will be false only for PSTN P2P calls. |
517 | // NOTE: this will return true if the session can't be found. | 517 | // NOTE: this will return true if the session can't be found. |
518 | bool isSessionTextIMPossible(const LLUUID &session_id); | 518 | bool isSessionTextIMPossible(const LLUUID &session_id); |
519 | |||
520 | void close(); | ||
521 | void start(); | ||
519 | 522 | ||
520 | private: | 523 | private: |
521 | 524 | ||