mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
Fix const-ness of virStorageBackendRunProgRegex()
This commit is contained in:
parent
1ec7cccbd3
commit
313f1a7c0d
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user