Browse Source

remove stale file from merge

JNI-106
heck 5 years ago
parent
commit
1f95274051
  1. 14
      src/passphrase_callback.hh

14
src/passphrase_callback.hh

@ -1,14 +0,0 @@
#pragma once
#include <pEp/passphrase_cache.hh>
namespace pEp {
namespace JNIAdapter {
char* passphraseRequiredCallback(const PEP_STATUS status);
template<typename... A> PEP_STATUS passphraseWrap(PEP_STATUS f(PEP_SESSION, A...), PEP_SESSION session, A... a);
}
}
#include "passphrase_callback.hxx"
Loading…
Cancel
Save