need these public

synchronous
Volker Birk 3 years ago
parent 3a236f1613
commit 2edc893cee

@ -37,14 +37,14 @@ namespace pEp {
void start_sync();
void stop_sync();
protected:
void on_startup();
void on_shutdown();
static PEP_STATUS messageToSend(::message *msg);
static PEP_STATUS notifyHandshake(::pEp_identity *me,
::pEp_identity *partner, ::sync_handshake_signal signal);
protected:
void on_startup();
void on_shutdown();
PEP_STATUS _messageToSend(::message *msg);
PEP_STATUS _notifyHandshake(::pEp_identity *me,
::pEp_identity *partner, ::sync_handshake_signal signal);

Loading…
Cancel
Save