blob: b5d6ab163f443afcd653978134badd076db3b2d8 (
plain)
1
2
3
4
5
6
7
8
9
10
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);
|