~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/table_function.h

  • Committer: LinuxJedi
  • Date: 2010-09-09 06:14:45 UTC
  • mto: (1750.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1751.
  • Revision ID: linuxjedi@linuxjedi-laptop-20100909061445-1jz91d5eed932616
Fix another wrong header, grr...

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#ifndef PLUGIN_MYSQL_PROTOCOL_STATUS_FUNCTION_H
22
 
#define PLUGIN_MYSQL_PROTOCOL_STATUS_FUNCTION_H
 
21
#ifndef PLUGIN_MYSQL_PROTOCOL_TABLE_FUNCTION_H
 
22
#define PLUGIN_MYSQL_PROTOCOL_TABLE_FUNCTION_H
23
23
 
24
24
#include "drizzled/plugin/table_function.h"
25
25
 
49
49
  }
50
50
};
51
51
 
52
 
#endif /* PLUGIN_MYSQL_PROTOCOL_STATUS_FUNCTION_H */
 
52
#endif /* PLUGIN_MYSQL_PROTOCOL_TABLE_FUNCTION_H */