~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memc_prepend_by_key.h

  • Committer: Monty Taylor
  • Date: 2009-10-16 19:52:26 UTC
  • mto: (1166.5.3 memcached_functions)
  • mto: This revision was merged to the branch mainline in revision 1189.
  • Revision ID: mordred@inaugust.com-20091016195226-h1j34f6z3u4kt0xf
Fixed merge-related errors, including libmemcached detection and header issues caught by cpplint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
 */
33
33
 
34
 
#ifndef DRIZZLE_PLUGIN_MEMCACHED_FUNCTIONS_MEMC_PREPEND_BY_KEY_H
35
 
#define DRIZZLE_PLUGIN_MEMCACHED_FUNCTIONS_MEMC_PREPEND_BY_KEY_H
 
34
#ifndef PLUGIN_MEMCACHED_FUNCTIONS_MEMC_PREPEND_BY_KEY_H
 
35
#define PLUGIN_MEMCACHED_FUNCTIONS_MEMC_PREPEND_BY_KEY_H
36
36
 
37
37
#include <drizzled/server_includes.h>
38
38
#include <drizzled/function/str/strfunc.h>
70
70
 
71
71
};
72
72
 
73
 
#endif /* DRIZZLE_PLUGIN_MEMCACHED_FUNCTIONS_MEMC_PREPEND_BY_KEY_H */
 
73
#endif /* PLUGIN_MEMCACHED_FUNCTIONS_MEMC_PREPEND_BY_KEY_H */