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:
Jim Meyering 2009-03-30 21:13:39 +00:00
parent 709f7cce2e
commit 7e6affcbf3
2 changed files with 2 additions and 2 deletions

View File

@ -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);
/*

View File

@ -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;