mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
9 lines
239 B
C
9 lines
239 B
C
#pragma once
|
|
|
|
#include "common/ffdata.h"
|
|
|
|
void ffPrepareCommandOption(FFdata* data);
|
|
void ffPrintCommandOption(FFdata* data);
|
|
void ffMigrateCommandOptionToJsonc(FFdata* data);
|
|
bool ffParseModuleOptions(const char* key, const char* value);
|