blob: 35706bb3564e17e4ff0104acc8407088688140d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "option.h"
#define FF_ZPOOL_MODULE_NAME "Zpool"
bool ffPrintZpool(FFZpoolOptions* options);
void ffInitZpoolOptions(FFZpoolOptions* options);
void ffDestroyZpoolOptions(FFZpoolOptions* options);
extern FFModuleBaseInfo ffZpoolModuleInfo;
|