~dave-terei/libmemcached/sasl-fixes

« back to all changes in this revision

Viewing changes to libmemcached/callback.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 *
10
10
 */
11
11
 
12
 
#include "libmemcached/common.h"
 
12
#include <libmemcached/common.h>
13
13
#include <sys/types.h>
14
14
 
 
15
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
 
16
 
15
17
/*
16
18
  These functions provide data and function callback support
17
19
*/