Browse Source

move the new .hh files to new src/cxx/

JNI-106
heck 5 years ago
parent
commit
1db1aead61
  1. 8
      src/cxx/passphrase_callback.hh
  2. 0
      src/cxx/passphrase_callback.hxx

8
src/cxx/passphrase_callback.hh

@ -1,3 +1,5 @@
#pragma once
#include <pEp/passphrase_cache.hh>
namespace pEp {
@ -5,5 +7,9 @@ namespace pEp {
char* passphraseRequiredCallback();
template<typename... A> PEP_STATUS passphraseWrap(
PEP_STATUS f(PEP_SESSION, A...), PEP_SESSION session, A... a);
};
};
};
#include "passphrase_callback.hxx"

0
src/passphrase_callback.hxx → src/cxx/passphrase_callback.hxx

Loading…
Cancel
Save