summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authorMark Wong <markwkm@gmail.com>2007-10-04 10:47:05 -0700
committerMark Wong <markwkm@gmail.com>2007-10-04 10:47:05 -0700
commit54752d5a8443b4de2d61899641ffada52023b4c5 (patch)
tree1c1d9fa126cfef019c642309ca069c33cb98d509 /version.h
parentc75f44e44cfe0c9b23b9aec7577afa521eba61e5 (diff)
Protect each header file so macros are not redefined.
Diffstat (limited to 'version.h')
-rw-r--r--version.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/version.h b/version.h
index 1f88cd4..5a426e6 100644
--- a/version.h
+++ b/version.h
@@ -9,4 +9,9 @@
* Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University
*/
+#ifndef _VERSION_H_
+#define _VERSION_H_
+
char *version_string();
+
+#endif /* _VERSION_H_ */