ebpf-for-windows/libs/ebpfnetsh/links.h

18 строки
237 B
C

// Copyright (c) Microsoft Corporation
// SPDX-License-Identifier: MIT
#pragma once
#include <windows.h>
#include <netsh.h>
#ifdef __cplusplus
extern "C"
{
#endif
FN_HANDLE_CMD handle_ebpf_show_links;
#ifdef __cplusplus
}
#endif