ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/libermyth/include/libermyth.h
Revision: 1.1
Committed: Sat Sep 22 14:27:26 2007 UTC (16 years, 8 months ago) by pippijn
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core

File Contents

# Content
1 /**
2 * common.h: Defines needed by multiple header files.
3 *
4 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
5 * Rights to this code are as documented in COPYING.
6 *
7 * $Id$
8 */
9
10 #ifndef LIBERMYTH_H
11 #define LIBERMYTH_H
12
13 extern time_t NOW;
14
15 #endif