~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.h

  • Committer: Brian Aker
  • Date: 2009-10-15 18:32:22 UTC
  • mfrom: (1130.3.47 memory-file-moves)
  • Revision ID: brian@gaz-20091015183222-n79fjde41epz9u6g
Merge memory

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#ifndef STORAGE_CSV_HA_TINA_H
17
 
#define STORAGE_CSV_HA_TINA_H
 
16
#ifndef PLUGIN_CSV_HA_TINA_H
 
17
#define PLUGIN_CSV_HA_TINA_H
18
18
 
19
19
#include <drizzled/handler.h>
20
20
#include <mysys/thr_lock.h>
166
166
  int chain_append();
167
167
};
168
168
 
169
 
#endif /* STORAGE_CSV_HA_TINA_H */
 
169
#endif /* PLUGIN_CSV_HA_TINA_H */