~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memc_delete.h

  • Committer: Monty Taylor
  • Date: 2011-01-26 19:15:55 UTC
  • mto: This revision was merged to the branch mainline in revision 2126.
  • Revision ID: mordred@inaugust.com-20110126191555-nq5nnzyscvngsip2
Turns on -fvisibility=hidden by default. Symbols intended to be used by
plugins need to be marked with DRIZZLED_API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 * THE POSSIBILITY OF SUCH DAMAGE.
30
30
 */
31
31
 
32
 
#pragma once
 
32
#ifndef PLUGIN_MEMCACHED_FUNCTIONS_MEMC_DELETE_H
 
33
#define PLUGIN_MEMCACHED_FUNCTIONS_MEMC_DELETE_H
33
34
 
34
35
#include <drizzled/function/str/strfunc.h>
35
36
#include <drizzled/item/func.h>
65
66
 
66
67
};
67
68
 
 
69
#endif /* PLUGIN_MEMCACHED_FUNCTIONS_MEMC_DELETE_H */