Files
2023-12-09 23:40:07 -05:00

17 lines
184 B
C

#ifndef M_REPAY_OVL_H_H
#define M_REPAY_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct repay_ovl_s mRP_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif