Files
fastfetch/src/common/netif/netif.h
T
2023-09-27 10:31:35 +08:00

10 lines
147 B
C

#pragma once
#include "fastfetch.h"
#ifndef _WIN32
const char* ffNetifGetDefaultRouteIfName();
#endif
uint32_t ffNetifGetDefaultRouteIfIndex();