aboutsummaryrefslogtreecommitdiff
path: root/src/user.rs
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2018-02-28 16:12:31 +0000
committerMatthew Collins <[email protected]>2018-02-28 16:12:31 +0000
commit844887aea84cb17a135d070304726a33f17b30b7 (patch)
treedd26d34956283c9ef261fbae9c7e56c9992ea2ce /src/user.rs
parentImplement user authentication session methods (diff)
downloadsteamworks-rs-844887aea84cb17a135d070304726a33f17b30b7.tar.xz
steamworks-rs-844887aea84cb17a135d070304726a33f17b30b7.zip
Initial support for servers
Diffstat (limited to 'src/user.rs')
-rw-r--r--src/user.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user.rs b/src/user.rs
index 85a9795..3babc18 100644
--- a/src/user.rs
+++ b/src/user.rs
@@ -138,7 +138,7 @@ fn test() {
/// A handle for an authentication ticket that can be used to cancel
/// it.
#[derive(Debug)]
-pub struct AuthTicket(sys::HAuthTicket);
+pub struct AuthTicket(pub(crate) sys::HAuthTicket);
/// Called when generating a authentication session ticket.
///