~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lookup_symbol.h

Merge trunk changes and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "drizzled/lex_symbol.h"
25
25
 
 
26
namespace drizzled
 
27
{
 
28
 
26
29
/* len is unsigned int instead of size_t to match the in_word_set method */
27
30
const SYMBOL *lookup_symbol(const char *s, unsigned int len, bool function);
28
31
 
 
32
} /* namespace drizzled */
 
33
 
29
34
#endif /* DRIZZLED_LOOKUP_SYMBOL_H */