Added commentary on T_BLOCKSIZE, ssize_t, and int size risks
[libtar.git] / lib / internal.h
blobda7be7ff2f5a202ade4d2569dcb27b50e5c7c1f4
1 /*
2 ** Copyright 2002-2003 University of Illinois Board of Trustees
3 ** Copyright 2002-2003 Mark D. Roth
4 ** All rights reserved.
5 **
6 ** internal.h - internal header file for libtar
7 **
8 ** Mark D. Roth <roth@uiuc.edu>
9 ** Campus Information Technologies and Educational Services
10 ** University of Illinois at Urbana-Champaign
13 #include <config.h>
14 #include <compat.h>
16 #include <libtar.h>
18 #ifdef TLS
19 #define TLS_THREAD TLS
20 #else
21 #define TLS_THREAD
22 #endif