diff options
author | Martin Mares <mj@ucw.cz> | 1999-10-29 09:44:44 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-10-29 09:44:44 +0000 |
commit | ed6081502ad814289b9b7b5537658c3b1ad435e5 (patch) | |
tree | 75ab845ca3876e88d6ddd60b6867f9dd860f85a9 /client/client.h | |
parent | 41be4444f2f548c5cc135593b2c820180a22ff99 (diff) |
Added skeleton of the client. Does nothing, but at least compiles.
Diffstat (limited to 'client/client.h')
-rw-r--r-- | client/client.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/client.h b/client/client.h new file mode 100644 index 00000000..b5d6ab16 --- /dev/null +++ b/client/client.h @@ -0,0 +1,11 @@ +/* + * BIRD Client + * + * (c) 1999 Martin Mares <mj@ucw.cz> + * + * Can be freely distributed and used under the terms of the GNU GPL. + */ + +/* sysdep code */ + +int client_main(int argc, char **argv); |