~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/timezone/pgtz.h

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*-------------------------------------------------------------------------
 
2
 *
 
3
 * pgtz.h
 
4
 *        Timezone Library Integration Functions
 
5
 *
 
6
 * Note: this file contains only definitions that are private to the
 
7
 * timezone library.  Public definitions are in pgtime.h.
 
8
 *
 
9
 * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
 
10
 *
 
11
 * IDENTIFICATION
 
12
 *        $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.10 2004-12-31 22:03:59 pgsql Exp $
 
13
 *
 
14
 *-------------------------------------------------------------------------
 
15
 */
 
16
#ifndef _PGTZ_H
 
17
#define _PGTZ_H
 
18
 
 
19
#define TZ_STRLEN_MAX 255
 
20
 
 
21
extern char *pg_TZDIR(void);
 
22
 
 
23
#endif   /* _PGTZ_H */