GNUnet 0.21.1
REST plugin for GNUnet services
Collaboration diagram for REST plugin for GNUnet services:

Data Structures

struct  GNUNET_REST_Plugin
 struct returned by the initialization function of the plugin More...
 

Typedefs

typedef enum GNUNET_GenericReturnValue(* GNUNET_REST_ProcessingFunction) (void *plugin, struct GNUNET_REST_RequestHandle *handle, GNUNET_REST_ResultProcessor proc, void *proc_cls)
 

Detailed Description

Typedef Documentation

◆ GNUNET_REST_ProcessingFunction

typedef enum GNUNET_GenericReturnValue(* GNUNET_REST_ProcessingFunction) (void *plugin, struct GNUNET_REST_RequestHandle *handle, GNUNET_REST_ResultProcessor proc, void *proc_cls)

Definition at line 1 of file gnunet_rest_plugin.h.