~mordred/libmemcached/merge-vs-work

« back to all changes in this revision

Viewing changes to libmemcached/protocol/common.h

  • Committer: Monty Taylor
  • Date: 2011-02-13 18:47:03 UTC
  • Revision ID: mordred@inaugust.com-20110213184703-usxdc2h4do3bnxhx
Build for Visual Studio.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#define LIBMEMCACHED_PROTOCOL_COMMON_H
4
4
 
5
5
#include "config.h"
 
6
 
6
7
#if !defined(__cplusplus)
7
8
# include <stdbool.h>
8
9
#endif
9
10
#include <assert.h>
 
11
#include <inttypes.h>
10
12
 
11
13
/* Define this here, which will turn on the visibilty controls while we're
12
14
 * building libmemcached.
17
19
#include <libmemcached/protocol_handler.h>
18
20
#include <libmemcached/protocol/cache.h>
19
21
 
 
22
 
20
23
/*
21
24
 * I don't really need the following two functions as function pointers
22
25
 * in the instance handle, but I don't want to put them in the global