Initial version of the patches
[transmission-rpc-pam.git] / libtransmission-rpc-server.h.patch
1 Index: libtransmission/rpc-server.h
2 ===================================================================
3 --- libtransmission/rpc-server.h        (revision 13057)
4 +++ libtransmission/rpc-server.h        (working copy)
5 @@ -64,6 +64,10 @@
6  
7  bool            tr_rpcIsPasswordEnabled( const tr_rpc_server * session );
8  
9 +void            tr_rpcSetNativeAuthenticationEnabled( tr_rpc_server * server, bool isEnabled );
10 +
11 +bool            tr_rpcIsNativeAuthenticationEnabled( const tr_rpc_server * server );
12 +
13  const char*     tr_rpcGetBindAddress( const tr_rpc_server * server );
14  
15  #endif