~mordred/drizzle-interface/cython-interface

« back to all changes in this revision

Viewing changes to interface/globals.i

  • Committer: Monty Taylor
  • Date: 2009-11-23 16:53:44 UTC
  • mfrom: (117.1.9 drizzle-interface)
  • Revision ID: mordred@inaugust.com-20091123165344-fhht1jfc8puh8nno
Merged Max from lp:~chromakode/drizzle-interface/dbapi

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
typedef drizzle_shutdown_level_t shutdown_level;
54
54
 
55
55
typedef enum enum_drizzle_exception {
56
 
  DrizzleException,
57
56
  DrizzleWarning,
58
57
  DrizzleError,
59
58
  InterfaceError,