24#ifndef MYSQL_AUTHENTICATION_REGISTRATION_H 
   25#define MYSQL_AUTHENTICATION_REGISTRATION_H 
   63                             const 
unsigned char *challenge,
 
   64                             unsigned int challenge_length,
 
   65                             unsigned char *challenge_response,
 
   66                             unsigned int *challenge_response_length));
 
static mysql_service_status_t init()
Component initialization.
Definition: audit_api_message_emit.cc:571
 
Definition: buf0block_hint.cc:30
 
#define DECLARE_METHOD(retval, name, args)
Declares a method as a part of the Service definition.
Definition: service.h:103
 
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
 
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86
 
#define DECLARE_BOOL_METHOD(name, args)
Declares a method that returns bool as a part of the Service definition.
Definition: service.h:112