23#ifndef MYSQL_AUTHENTICATION_REGISTRATION_H
24#define MYSQL_AUTHENTICATION_REGISTRATION_H
62 const
unsigned char *challenge,
63 unsigned int challenge_length,
64 unsigned char *challenge_response,
65 unsigned int *challenge_response_length));
static mysql_service_status_t init()
Component initialization.
Definition: audit_api_message_emit.cc:570
Definition: buf0block_hint.cc:29
#define DECLARE_METHOD(retval, name, args)
Declares a method as a part of the Service definition.
Definition: service.h:102
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:90
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:85
#define DECLARE_BOOL_METHOD(name, args)
Declares a method that returns bool as a part of the Service definition.
Definition: service.h:111