2 * Layer 2 Tunnelling Protocol Daemon
3 * Copyright (C) 2002 Jeff McAdams
5 * This software is distributed under the terms of the GPL, which you
6 * should have receivede along with this source.
8 * Defines common to several different files
12 typedef unsigned char _u8
;
13 typedef unsigned short _u16
;
14 typedef unsigned long long _u64
;
15 extern int rand_source
;