Common Definitions
[Example Protocol]


Defines

#define EXAMPLE_MRPC_VERSION_CODE()
 Get the version code of the minirpcgen which generated these stubs.

Functions

void free_example_color (example_color *in, int container)
 Free an example_color.
void free_example_color_choice (example_color_choice *in, int container)
 Free an example_color_choice.
void free_example_count (example_count *in, int container)
 Free an example_count.


Define Documentation

 
#define EXAMPLE_MRPC_VERSION_CODE (  ) 

Get the version code of the minirpcgen which generated these stubs.

Returns:
The version code
Version codes for higher versions are numerically greater than version codes for lower versions.


Function Documentation

void free_example_color ( example_color *  in,
int  container 
)

Free an example_color.

Parameters:
in The example_color to free
container Whether to free the container, or just the contents
Free all memory pointed to by members of in. If container is nonzero, also free in.

void free_example_color_choice ( example_color_choice *  in,
int  container 
)

Free an example_color_choice.

Parameters:
in The example_color_choice to free
container Whether to free the container, or just the contents
Free all memory pointed to by members of in. If container is nonzero, also free in.

void free_example_count ( example_count *  in,
int  container 
)

Free an example_count.

Parameters:
in The example_count to free
container Whether to free the container, or just the contents
Free all memory pointed to by members of in. If container is nonzero, also free in.


miniRPC 0.3.3
Documentation generated by Doxygen 1.5.6