tor-hsservice: Expose the ipt_establish and publish modules

I still think putting these in svc/ module doesn't make much sense.
Anyway, we can leave them there for now, but I need to get at them
from crate::ipt_establisher.
This commit is contained in:
Ian Jackson 2023-08-15 18:53:21 +01:00
parent 627708af14
commit b39b92b856
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ use tor_rtcompat::Runtime;
use crate::OnionServiceStatus;
use crate::StartupError;
mod ipt_establish;
mod publish;
pub(crate) mod ipt_establish;
pub(crate) mod publish;
pub(crate) mod rend_handshake;
/// A handle to an instance of an onion service.