Changeset: 1c16c4ec4617 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/1c16c4ec4617
Modified Files:
        clients/Tests/exports.stable.out
Branch: default
Log Message:

Approve str -> const char * arguments.


diffs (14 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
@@ -1356,8 +1356,8 @@ str SQLengineIntern(Client c, backend *b
 str SQLescapeString(str s);
 str SQLexit(Client c);
 str SQLexitClient(Client c);
-str SQLinitClient(Client c, str passwd, str challenge, str algo);
-str SQLinitClientFromMAL(Client c, str passwd, str challenge, str algo);
+str SQLinitClient(Client c, const char *passwd, const char *challenge, const 
char *algo);
+str SQLinitClientFromMAL(Client c, const char *passwd, const char *challenge, 
const char *algo);
 str SQLparser(Client c);
 str SQLreader(Client c);
 str SQLresetClient(Client c);
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to