aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/configuration.c
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-08 09:38:00 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-08 09:38:00 +0000
commitd75f797e25e866344f8154c9545fe154e197a7f8 (patch)
treef318d465da5a3cf727b095b6970817248d259533 /Source/charon/configuration.c
parentcb5c6cc774dfcefc67d9ccfc9b249517757febc1 (diff)
downloadstrongswan-d75f797e25e866344f8154c9545fe154e197a7f8.tar.bz2
strongswan-d75f797e25e866344f8154c9545fe154e197a7f8.tar.xz
- created header and c file for this type (without content)
Diffstat (limited to 'Source/charon/configuration.c')
-rw-r--r--Source/charon/configuration.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/Source/charon/configuration.c b/Source/charon/configuration.c
new file mode 100644
index 000000000..2cfab1467
--- /dev/null
+++ b/Source/charon/configuration.c
@@ -0,0 +1,24 @@
+/**
+ * @file configuration.c
+ *
+ * @brief Class configuration_t.
+ * Object of this type represents a configuration for an IKE_SA
+ *
+ */
+
+/*
+ * Copyright (C) 2005 Jan Hutter, Martin Willi
+ * Hochschule fuer Technik Rapperswil
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ */
+
+#include "configuration.h"