~piotr-sikora/libmemcached/fix-tests-on-openbsd

« back to all changes in this revision

Viewing changes to libmemcached/memcached.c

  • Committer: Brian Aker
  • Date: 2011-04-13 23:29:06 UTC
  • mfrom: (929.1.76 libmemcached-build)
  • Revision ID: brian@tangent.org-20110413232906-il9duitw7q33gick
Merge in cleanup on the parser API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
  return ptr;
211
211
}
212
212
 
213
 
memcached_st *memcached_create_with_options(const char *string, size_t length)
 
213
memcached_st *memcached(const char *string, size_t length)
214
214
{
215
215
  if (! length || ! string)
216
216
  {