1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/BBA1.5_platform/apps/public/xl2tpd-1.1.12/common.h
2024-07-22 01:58:46 -03:00

18 lines
409 B
C

/*
* Layer 2 Tunnelling Protocol Daemon
* Copyright (C) 2002 Jeff McAdams
*
* This software is distributed under the terms of the GPL, which you
* should have receivede along with this source.
*
* Defines common to several different files
*/
#ifndef _COMMON_H_
typedef unsigned char _u8;
typedef unsigned short _u16;
typedef unsigned long long _u64;
extern int rand_source;
#define _COMMON_H_
#endif