X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdevice.h;h=32c0b875be6de6ff2e0f43798b74da7ce37289ff;hb=4436af55e55e79b496264fe114039fbc1198d71f;hp=c85671b321f821180587f768f45970d8c0c7202b;hpb=bc4df95a48857aa4ab65fb47eabd48c48d650ca0;p=tinc diff --git a/src/device.h b/src/device.h index c85671b3..32c0b875 100644 --- a/src/device.h +++ b/src/device.h @@ -27,6 +27,8 @@ extern int device_fd; extern char *device; extern char *iface; +#define DEVICE_DUMMY "dummy" + typedef struct devops_t { bool (*setup)(void); void (*close)(void);