~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to libmemcached/common.h

  • Committer: Brian Aker
  • Date: 2009-07-15 22:13:28 UTC
  • mfrom: (559.1.6 sol-build-fixes)
  • Revision ID: brian@gaz-20090715221328-mweiezldd2rv81a5
Updates on C++ interface from Padraig.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
 
137
137
LIBMEMCACHED_LOCAL
138
138
memcached_return memcached_key_test(const char **keys, size_t *key_length,
139
 
                                    unsigned int number_of_keys);
 
139
                                    size_t number_of_keys);
140
140
 
141
141
 
142
142
LIBMEMCACHED_LOCAL