postgresql/src/timezone/pgtz.h

24 lines
640 B
C
Raw Normal View History

/*-------------------------------------------------------------------------
*
* pgtz.h
* Timezone Library Integration Functions
*
* Note: this file contains only definitions that are private to the
* timezone library. Public definitions are in pgtime.h.
*
2004-08-29 06:13:13 +02:00
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
*
* IDENTIFICATION
2004-08-29 06:13:13 +02:00
* $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.9 2004/08/29 04:13:13 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef _PGTZ_H
#define _PGTZ_H
#define TZ_STRLEN_MAX 255
extern char *pg_TZDIR(void);
#endif /* _PGTZ_H */