~trond-norbye/libmemcached/fragment-read-write

« back to all changes in this revision

Viewing changes to libmemcached/result.h

  • Committer: Brian Aker
  • Date: 2011-05-24 21:47:22 UTC
  • mfrom: (929.1.111 libmemcached-build)
  • Revision ID: brian@tangent.org-20110524214722-ogjztdalwd5jo4f4
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 */
37
37
 
38
38
#pragma once
39
 
#ifndef __LIBMEMCACHED_RESULT_H__
40
 
#define __LIBMEMCACHED_RESULT_H__
41
39
 
42
40
struct memcached_result_st {
43
41
  uint32_t item_flags;
99
97
#ifdef __cplusplus
100
98
} // extern "C"
101
99
#endif
102
 
 
103
 
 
104
 
#endif /* __LIBMEMCACHED_RESULT_H__ */