#ifndef __LIBMSPACK_H__
#define __LIBMSPACK_H__

int cli_scanmscab(cli_ctx *ctx, off_t sfx_offset);
int cli_scanmschm(cli_ctx *ctx);

#endif