From ed6081502ad814289b9b7b5537658c3b1ad435e5 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 29 Oct 1999 09:44:44 +0000 Subject: Added skeleton of the client. Does nothing, but at least compiles. --- client/client.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 client/client.c (limited to 'client/client.c') diff --git a/client/client.c b/client/client.c new file mode 100644 index 0000000..ea12c29 --- /dev/null +++ b/client/client.c @@ -0,0 +1,16 @@ +/* + * BIRD Client + * + * (c) 1999 Martin Mares + * + * Can be freely distributed and used under the terms of the GNU GPL. + */ + +#include "nest/bird.h" +#include "client/client.h" + +int +main(int argc, char **argv) +{ + return client_main(argc, argv); /* Call sysdep code */ +} -- cgit v1.2.3