diff options
Diffstat (limited to 'client/client.h')
-rw-r--r-- | client/client.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/client/client.h b/client/client.h index b5d6ab1..2e1e050 100644 --- a/client/client.h +++ b/client/client.h @@ -1,11 +1,7 @@ /* * BIRD Client * - * (c) 1999 Martin Mares <mj@ucw.cz> + * (c) 1999--2000 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); |