1 2 3 4 5 6
#ifndef _OG_LEGACY_H #define _OG_LEGACY_H const char *og_msg_params_to_legacy(struct og_cmd_json *cmd); #endif