~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle.h

  • Committer: Monty Taylor
  • Date: 2008-08-17 06:26:18 UTC
  • Revision ID: monty@inaugust.com-20080817062618-ozciqei6vmy3y4y7
Removed LIST from libdrizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#include <libdrizzle/drizzle_com.h>
46
46
#include <libdrizzle/drizzle_time.h>
47
47
 
48
 
#include <mysys/my_list.h>
49
 
 
50
48
extern unsigned int drizzle_port;
51
49
extern char *drizzle_unix_port;
52
50
 
219
217
  bool unused1;
220
218
  void *unused2, *unused3, *unused4, *unused5;
221
219
 
222
 
  LIST  *stmts;                     /* list of all statements */
223
220
  const struct st_drizzle_methods *methods;
224
221
  void *thd;
225
222
  /*