File: environment.h

package info (click to toggle)
librra 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,272 kB
  • ctags: 1,427
  • sloc: ansic: 12,769; sh: 10,505; makefile: 179
file content (8 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
/* $Id: environment.h 1799 2004-08-17 16:13:21Z twogood $ */
#ifndef __environment_h__
#define __environment_h__

void* environment_push_timezone(const char* name);
void  environment_pop_timezone(void* handle);

#endif