#ifndef __rpc_app_h #define __rpc_app_h 1 #define DIFF 1 #define MULT 2 #define SUM 3 #define LAST_FUNC SUM #define MAX_FUNCS LAST_FUNC+1 #endif