11 lines
195 B
C
11 lines
195 B
C
/*
|
|
* 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);
|