usage.c (487B)
1 /************************************************************************* 2 * This file is part of Crosroads 1.23, a load balancer and fail over 3 * utility for TCP. Copyright (c) Karel Kubat, distributed under GPL. 4 * Visit http://crossroads.e-tunity.com for information. 5 *************************************************************************/ 6 7 #include "crossroads.h" 8 #include "usage.h" 9 10 void usage () { 11 fprintf (stderr, "\n" USAGETEXT "\n", VER, DEFAULT_CONF); 12 exit (1); 13 }