gmt2local.h revision 39297
1178825Sdfr/*
2178825Sdfr * Copyright (c) 1997
3178825Sdfr *	The Regents of the University of California.  All rights reserved.
4178825Sdfr *
5178825Sdfr * Redistribution and use in source and binary forms, with or without
6178825Sdfr * modification, are permitted provided that: (1) source code distributions
7178825Sdfr * retain the above copyright notice and this paragraph in its entirety, (2)
8178825Sdfr * distributions including binary code include the above copyright notice and
9178825Sdfr * this paragraph in its entirety in the documentation or other materials
10178825Sdfr * provided with the distribution, and (3) all advertising materials mentioning
11178825Sdfr * features or use of this software display the following acknowledgement:
12178825Sdfr * ``This product includes software developed by the University of California,
13178825Sdfr * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
14178825Sdfr * the University nor the names of its contributors may be used to endorse
15178825Sdfr * or promote products derived from this software without specific prior
16178825Sdfr * written permission.
17178825Sdfr * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18178825Sdfr * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19178825Sdfr * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20178825Sdfr *
21178825Sdfr * @(#) $Header: gmt2local.h,v 1.2 97/01/23 22:31:40 leres Exp $ (LBL)
22178825Sdfr */
23178825Sdfr#ifndef gmt2local_h
24178825Sdfr#define gmt2local_h
25178825Sdfr
26178825Sdfrint32_t gmt2local(time_t);
27178825Sdfr#endif
28178825Sdfr