summaryrefslogtreecommitdiffstats
path: root/src/modules/host/host.h
blob: 1f98fd406ab16bf9cd998b1c833eb3cda07dd85d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "option.h"

#define FF_HOST_MODULE_NAME "Host"

bool ffPrintHost(FFHostOptions* options);
void ffInitHostOptions(FFHostOptions* options);
void ffDestroyHostOptions(FFHostOptions* options);

extern FFModuleBaseInfo ffHostModuleInfo;