X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/11ad66c29764521f87f0dd399a1e592147c7af36..HEAD:/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@ --- * *