24#ifndef MYSQL_KEYRING_NATIVE_KEY_ID_H 
   25#define MYSQL_KEYRING_NATIVE_KEY_ID_H 
   58                    (
const char *key_id, 
const char *user_id,
 
   59                     char *backend_key_id, 
size_t max_key_len));
 
#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