/*
*Tribe FloodNet - 2k edition
*by Mixter <mixter@newyorkoffice.com>
*
*tfn.c tribe floodnet client
*
*This program is distribued for educational purposes and without any
*explicit or implicit warranty; in no event shall the auther or
*contributors be liable for any direct, indirect or incidental damages
*arising in any way out of the use of this software.
*
*/

#include "tribe.h"

#define RETRY 20 /*send datagrams x times, 20 is fine */

void usage (char *);
void tfn_sendto (unsigned long dst);
extern void security_through_obscurity (int);