move code into encfs namespace, split protobufs

git-svn-id: http://encfs.googlecode.com/svn/trunk@93 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
Valient Gough
2013-03-05 06:29:58 +00:00
parent fb9a8ff879
commit 7799c88df6
73 changed files with 449 additions and 192 deletions

View File

@ -31,6 +31,8 @@
#include <openssl/engine.h>
#endif
namespace encfs {
unsigned long pthreads_thread_id()
{
return (unsigned long)pthread_self();
@ -107,3 +109,4 @@ void openssl_shutdown(bool threaded)
pthreads_locking_cleanup();
}
} // namespace encfs