~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/completion_hash.h

  • Committer: Monty Taylor
  • Date: 2008-07-13 14:36:50 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 176.
  • Revision ID: monty@inaugust.com-20080713143650-c2abcuwg45n7cwya
Made mysql into a pure-C program.
Fixed a boolean logic mis-translation. (Wow, I sucked on the plane)

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
extern int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength);
58
58
extern void completion_hash_free(HashTable *ht);
59
59
 
 
60
uint hashpjw(const char *arKey, uint nKeyLength);
 
61
 
60
62
#endif /* _HASH_ */