summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 19:04:49 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 19:04:49 +0100
commit45d573ab617136670223de5e271f8e7398007c1c (patch)
treedee4d89c4646f9497dcd61ac4fe900371071a076 /src/fastd.h
parent1602e36635ad9523ae7dc4f7ab93b6a89b8741fd (diff)
downloadfastd-45d573ab617136670223de5e271f8e7398007c1c.tar
fastd-45d573ab617136670223de5e271f8e7398007c1c.zip
Move ifname logic from peer to iface
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastd.h b/src/fastd.h
index dc4f04d..fa29bf0 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -371,7 +371,7 @@ bool fastd_android_protect_socket(int fd);
void fastd_resolve_peer(fastd_peer_t *peer, fastd_remote_t *remote);
-fastd_iface_t * fastd_iface_open(const char *ifname, fastd_peer_t *peer);
+fastd_iface_t * fastd_iface_open(fastd_peer_t *peer);
void fastd_iface_handle(fastd_iface_t *iface);
void fastd_iface_write(fastd_iface_t *iface, fastd_buffer_t buffer);
void fastd_iface_close(fastd_iface_t *iface);