1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-16 20:24:07 +02:00
gluon-packages/net/respondd-module-airtime/src/ifaces.h
Jan-Philipp Litza e8cc8eeee6 Add package respondd-module-airtime (#156)
See README.md for more information.
2016-12-22 23:40:00 +01:00

10 lines
157 B
C

#pragma once
struct iface_list {
int ifx;
int wiphy;
struct iface_list *next;
};
__attribute__((visibility("hidden"))) struct iface_list *get_ifaces();