summaryrefslogtreecommitdiffstats
path: root/src/modules/break/option.h
blob: 90a44dff82ed56466c909a5efa681002d66fbd7d (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

#include "common/option.h"

typedef struct FFBreakOptions {
} FFBreakOptions;

static_assert(sizeof(FFBreakOptions) <= FF_OPTION_MAX_SIZE, "FFBreakOptions size exceeds maximum allowed size");