diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-05-16 14:11:39 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-05-16 14:11:39 +0300 |
commit | a111642d32c52af5ec2257dc654fb11106275113 (patch) | |
tree | 1d11b1c46be36969659eaa2f6a157c6482c3024c /storage/connect/tabwmi.h | |
parent | f1861297f0764196e07f7aff888026dbf00b3107 (diff) | |
parent | fd0335686b050dc9ba091fe664aa5cd99bd20739 (diff) | |
download | mariadb-git-a111642d32c52af5ec2257dc654fb11106275113.tar.gz |
Merge remote-tracking branch 'connect/10.0' into 10.0
Diffstat (limited to 'storage/connect/tabwmi.h')
-rw-r--r-- | storage/connect/tabwmi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/tabwmi.h b/storage/connect/tabwmi.h index 6abb85453a1..7a18453374e 100644 --- a/storage/connect/tabwmi.h +++ b/storage/connect/tabwmi.h @@ -27,7 +27,7 @@ typedef struct _WMIutil { /***********************************************************************/ /* Functions used externally. */ /***********************************************************************/ -PQRYRES WMIColumns(PGLOBAL g, char *nsp, char *cls, bool info); +PQRYRES WMIColumns(PGLOBAL g, PCSZ nsp, PCSZ cls, bool info); /* -------------------------- WMI classes ---------------------------- */ |