example_minirpc.h

Go to the documentation of this file.
00001 /* AUTOGENERATED FILE -- DO NOT EDIT */
00002 
00010 #ifndef EXAMPLE_MINIRPC_H
00011 #define EXAMPLE_MINIRPC_H
00012 
00013 #include "example_xdr.h"
00014 
00015 #ifdef DOXYGEN
00016 
00024 /* This is a hack to work around the fact that Doxygen insists on showing the
00025    macro's definition in its synopsis. */
00026 #define EXAMPLE_MRPC_VERSION_CODE()
00027 #else
00028 #define EXAMPLE_MRPC_VERSION_CODE() 131072
00029 #endif
00030 
00031 /* The application should never need to use these directly. */
00035 enum example_server_procedures {
00036         nr_example_choose_color = 1,
00037         nr_example_get_num_colors = 2,
00038         nr_example_crayon_selected = -1,
00039 };
00054 void free_example_color(example_color *in, int container);
00055 
00066 void free_example_color_choice(example_color_choice *in, int container);
00067 
00078 void free_example_count(example_count *in, int container);
00079 
00084 #endif

miniRPC 0.3.2
Documentation generated by Doxygen 1.4.7