Fix const-ness of virStorageBackendRunProgRegex()

This commit is contained in:
Daniel P. Berrange 2008-06-24 14:30:25 +00:00
parent 1ec7cccbd3
commit 313f1a7c0d
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Tue Jun 24 15:29:33 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/storage_backend.h, src/storage_backend.c: Fix const-ness
of virStorageBackendRunProgRegex()
Thu Jun 19 16:29:33 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/xen_internal.c src/xend_internal.c: fix a couple of issues

View File

@ -347,7 +347,7 @@ virStorageBackendStablePath(virConnectPtr conn,
int
virStorageBackendRunProgRegex(virConnectPtr conn,
virStoragePoolObjPtr pool,
const char **prog,
const char *const*prog,
int nregex,
const char **regex,
int *nvars,

View File

@ -128,7 +128,7 @@ typedef int (*virStorageBackendListVolNulFunc)(virConnectPtr conn,
int virStorageBackendRunProgRegex(virConnectPtr conn,
virStoragePoolObjPtr pool,
const char **prog,
const char *const*prog,
int nregex,
const char **regex,
int *nvars,