Files
glorytun/src/iface.h
Adrien Gallouët 4ec2079e22 Always use size_t for MTU
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
2019-04-02 14:41:33 +00:00

4 lines
56 B
C

#pragma once
int iface_set_mtu (const char *, size_t);