9 lines
77 B
C
9 lines
77 B
C
/* $Id$ */
|
|
|
|
#ifndef _TZTZ_H
|
|
#define _TZTZ_H
|
|
|
|
char *tz(const char *);
|
|
|
|
#endif
|