Changeset: 37d1e281857d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/37d1e281857d Modified Files: clients/Tests/exports.stable.out Branch: monetdburl Log Message:
Exports diffs (20 lines): diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out --- a/clients/Tests/exports.stable.out +++ b/clients/Tests/exports.stable.out @@ -1688,6 +1688,7 @@ ssize_t mnstr_readline(stream *restrict void mnstr_set_bigendian(stream *s, bool bigendian); void mnstr_settimeout(stream *s, unsigned int ms, bool (*func)(void *), void *data); const char *mnstr_version(void); +int mnstr_vprintf(stream *restrict s, _In_z_ _Printf_format_string_ const char *restrict format, va_list ap) __attribute__((__format__(__printf__, 2, 0))); ssize_t mnstr_write(stream *restrict s, const void *restrict buf, size_t elmsize, size_t cnt); int mnstr_writeBte(stream *s, int8_t val); int mnstr_writeBteArray(stream *restrict s, const int8_t *restrict val, size_t cnt); @@ -1708,6 +1709,8 @@ stream *open_rstream(const char *filenam stream *open_urlstream(const char *url); stream *open_wastream(const char *filename); stream *open_wstream(const char *filename); +stream *openssl_rstream(const char *hostname, BIO *bio); +stream *openssl_wstream(const char *hostname, BIO *bio); stream *socket_rstream(SOCKET socket, const char *name); stream *socket_wstream(SOCKET socket, const char *name); stream *stderr_wastream(void); _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
