~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memc_get.h

  • Committer: Monty Taylor
  • Date: 2009-12-21 10:00:33 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221100033-9iq1s2rnpb314qmv
Ho-ho. There were a bunch of files that should have failed cpplint before. Not sure why they didn't. But now they're fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#ifndef PLUGIN_MEMCACHED_FUNCTIONS_MEMC_GET_H
33
33
#define PLUGIN_MEMCACHED_FUNCTIONS_MEMC_GET_H
34
34
 
35
 
#include "config.h"
36
35
#include <drizzled/function/str/strfunc.h>
37
36
 
38
37
/* implements memc_get */