1/*
2 * Layer 2 Tunnelling Protocol Daemon
3 * Copyright (C) 2002 Jeff McAdams
4 *
5 * This software is distributed under the terms of the GPL, which you
6 * should have receivede along with this source.
7 *
8 * Defines common to several different files
9 */
10
11#ifndef _COMMON_H_
12typedef unsigned short _u16;
13typedef unsigned long long _u64;
14int rand_source;
15#define _COMMON_H_
16#endif
17