aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/definitions.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-17 17:22:08 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-17 17:22:08 +0000
commit4750f6c667bd923e8b1b1dae180e40531aaba34d (patch)
tree7f7c2bafe4c1642d78e038cb3c8aec068340f882 /Source/charon/definitions.h
parentc1e9c3f69739ff4519006922f6be5ef89c06a742 (diff)
downloadstrongswan-4750f6c667bd923e8b1b1dae180e40531aaba34d.tar.bz2
strongswan-4750f6c667bd923e8b1b1dae180e40531aaba34d.tar.xz
- started to implement diffie hellman class
Diffstat (limited to 'Source/charon/definitions.h')
-rw-r--r--Source/charon/definitions.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/charon/definitions.h b/Source/charon/definitions.h
index 8fe3c1c4e..0392f2295 100644
--- a/Source/charon/definitions.h
+++ b/Source/charon/definitions.h
@@ -23,7 +23,6 @@
#ifndef DEFINITIONS_H_
#define DEFINITIONS_H_
-
#define MAPPING_END (-1)
/**
@@ -53,4 +52,7 @@ struct mapping_s
char *mapping_find(mapping_t *mappings, int value);
+
+
+
#endif /*DEFINITIONS_H_*/