mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
10 lines
147 B
C
10 lines
147 B
C
#pragma once
|
|
|
|
#include "fastfetch.h"
|
|
|
|
#ifndef _WIN32
|
|
const char* ffNetifGetDefaultRouteIfName();
|
|
#endif
|
|
|
|
uint32_t ffNetifGetDefaultRouteIfIndex();
|