mirror of
https://github.com/devkitPro/wut.git
synced 2026-03-21 17:34:47 -05:00
21 lines
218 B
C
21 lines
218 B
C
#pragma once
|
|
#include <wut.h>
|
|
|
|
/**
|
|
* \defgroup nsysnet_misc
|
|
* \ingroup nsysnet
|
|
* @{
|
|
*/
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int
|
|
set_multicast_state(BOOL multicastEnable);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
/** @} */
|