blob: 23243d29602f93c8ed78a615f109fcff049474cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
** Copyright 2002-2003 University of Illinois Board of Trustees
** Copyright 2002-2003 Mark D. Roth
** All rights reserved.
**
** internal.h - internal header file for libtar
**
** Mark D. Roth <roth@uiuc.edu>
** Campus Information Technologies and Educational Services
** University of Illinois at Urbana-Champaign
*/
#include <config.h>
#include <compat.h>
#include <libtar.h>
|