]> granicus.if.org Git - postgresql/blob - src/include/pgtar.h
Update copyright for 2014
[postgresql] / src / include / pgtar.h
1 /*-------------------------------------------------------------------------
2  *
3  * pgtar.h
4  *        Functions for manipulating tarfile datastructures (src/port/tar.c)
5  *
6  *
7  * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
8  * Portions Copyright (c) 1994, Regents of the University of California
9  *
10  * src/include/pgtar.h
11  *
12  *-------------------------------------------------------------------------
13  */
14 extern void tarCreateHeader(char *h, const char *filename, const char *linktarget, size_t size, mode_t mode, uid_t uid, gid_t gid, time_t mtime);
15 extern int      tarChecksum(char *header);