X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/98b9b13628a7613868e0fda618e6303961932550..9d966eb7af70d029a9b4862efb67b0c90d32688e:/server/tun-std.c diff --git a/server/tun-std.c b/server/tun-std.c index 21b2aab1..4a9643ea 100644 --- a/server/tun-std.c +++ b/server/tun-std.c @@ -74,13 +74,13 @@ static void t_read(int fd, unsigned mode, void *v) * * Arguments: --- * - * Returns: --- + * Returns: Zero on success, @-1@ on failure. * * Use: Initializes the tunneling system. Maybe this will require * opening file descriptors or something. */ -static void t_init(void) { return; } +static int t_init(void) { return (0); } /* --- @t_create@ --- * *