#include "common.h"
-memcached_return_t memcached_key_test(const char * const *keys,
- const size_t *key_length,
+memcached_return_t memcached_key_test(const char * const *keys,
+ const size_t *key_length,
size_t number_of_keys)
{
uint32_t x;
rc= memcached_validate_key_length(*(key_length + x), false);
if (rc != MEMCACHED_SUCCESS)
return rc;
-
+
for (y= 0; y < *(key_length + x); y++)
{
if ((isgraph(keys[x][y])) == 0)