Fix path quoting in SQLite scripts.
Fix problems with SHGetFolderPath.
Fix bacula.dll exports for msvc build.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4032
91ce42f0-d328-0410-95d8-
f526ca767f89
*/
struct RES_ITEM; /* Declare forward referenced structure */
-struct RES; /* Declare forware referenced structure */
+class RES; /* Declare forware referenced structure */
typedef void (MSG_RES_HANDLER)(LEX *lc, RES_ITEM *item, int index, int pass);
/* This is the structure that defines
SSL *ssl = tls->openssl;
X509 *cert;
X509_NAME *subject;
- int auth_success = false;
+ bool auth_success = false;
char data[256];
/* Check if peer provided a certificate */
SSL *ssl = tls->openssl;
X509 *cert;
X509_NAME *subject;
- int auth_success = false;
+ bool auth_success = false;
int extensions;
char data[256];
int i, j;