Changeset: 626396ab5145 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/626396ab5145 Modified Files: monetdb5/mal/mal_authorize.h Branch: resource_management Log Message:
fix compilation diffs (12 lines): diff --git a/monetdb5/mal/mal_authorize.h b/monetdb5/mal/mal_authorize.h --- a/monetdb5/mal/mal_authorize.h +++ b/monetdb5/mal/mal_authorize.h @@ -22,7 +22,7 @@ mal_export str AUTHunlockVault(const char *password); mal_export str AUTHverifyPassword(const char *passwd); -mal_export str AUTHdecypherValue(str *ret, const char *value); +mal_export str AUTHdecypherValue(allocator *, str *ret, const char *value); mal_export str AUTHcypherValue(str *ret, const char *value); mal_export str AUTHrequireAdmin(Client c); mal_export str AUTHGeneratePasswordHash(str *res, const char *value); _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
