Skip to content

Commit

Permalink
moved declaration to mailsasl_private.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunemaster committed Apr 4, 2014
1 parent 435d874 commit ff792b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ xcuserdata/
/Makefile.in
/autom4te.cache/
/build-windows/include/libetpan
/build-windows/Release
/build-windows/Release_ssl
/build-windows/Debug
/build-windows/Debug_ssl
/build-windows/libetpan/Debug
Expand Down
3 changes: 0 additions & 3 deletions src/data-types/mailsasl.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
extern"C"{
#endif


void mailsasl_init_lock(void);

/* if Cyrus-SASL is used outside of libetpan */
void mailsasl_external_ref(void);

Expand Down
2 changes: 1 addition & 1 deletion src/windows/win_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Special class, initializers for windows
#ifdef _MSC_VER
#include "mailstream_ssl_private.h"
#include "mmapstring_private.h"
#include "mailsasl.h"
#include "mailsasl_private.h"
#endif


Expand Down

0 comments on commit ff792b2

Please sign in to comment.