mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 01:22:10 +00:00
votequorum.c (votequorum_qdisk_register): add "const" to avoid 1 more warnings
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1942 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
709f7cce2e
commit
7e6affcbf3
@ -154,7 +154,7 @@ cs_error_t votequorum_setvotes (
|
||||
*/
|
||||
cs_error_t votequorum_qdisk_register (
|
||||
votequorum_handle_t handle,
|
||||
char *name,
|
||||
const char *name,
|
||||
unsigned int votes);
|
||||
|
||||
/*
|
||||
|
@ -306,7 +306,7 @@ error_exit:
|
||||
|
||||
cs_error_t votequorum_qdisk_register (
|
||||
votequorum_handle_t handle,
|
||||
char *name,
|
||||
const char *name,
|
||||
unsigned int votes)
|
||||
{
|
||||
cs_error_t error;
|
||||
|
Loading…
Reference in New Issue
Block a user