~dshrews/libdrizzle/libdrizzle

« back to all changes in this revision

Viewing changes to libdrizzle-5.1/drizzle.h

  • Committer: Continuous Integration
  • Date: 2013-01-27 10:02:07 UTC
  • mfrom: (99.1.5 libdrizzle-5.1)
  • Revision ID: ci@drizzle.org-20130127100207-b2kd9o56kiv5e02q
Merge lp:~brianaker/libdrizzle/api-reworking Build: jenkins-Libdrizzle-59

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
 */
83
83
 
84
84
/**
85
 
 * Intialize the Drizzle library
86
 
 *
87
 
 * Currently only initalizes the SSL library
88
 
 */
89
 
DRIZZLE_API
90
 
void drizzle_library_init(void);
91
 
 
92
 
DRIZZLE_API
93
 
void drizzle_library_deinit(void);
94
 
 
95
 
/**
96
85
 * Get library version string.
97
86
 *
98
87
 * @return Pointer to static buffer in library that holds the version string.