~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_http/auth_http.cc

  • Committer: Brian Aker
  • Date: 2009-07-09 19:49:32 UTC
  • mfrom: (1085.1.10 mordred)
  • Revision ID: brian@gaz-20090709194932-o90qfzgk9xem5di1
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
static bool sysvar_auth_http_enable= false;
18
18
static char* sysvar_auth_http_url= NULL;
19
19
 
20
 
size_t curl_cb_read(void *ptr, size_t size, size_t nmemb, void *stream)
 
20
static size_t curl_cb_read(void *ptr, size_t size, size_t nmemb, void *stream)
21
21
{
22
22
  (void) ptr;
23
23
  (void) stream;