summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2013-09-16 14:28:46 (GMT)
committerChristian Pointner <equinox@helsinki.at>2013-09-16 14:28:46 (GMT)
commit6aef19e1b31044795ecd2d356315ad5506a292a2 (patch)
tree98a227eb505e7fea7d53e654d91ade9e279bdba2 /log.c
parent9decd47e14165e159e70829a5dd71cd076cde700 (diff)
cleanups
Diffstat (limited to 'log.c')
-rw-r--r--log.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/log.c b/log.c
index 6f8f622..62bc6af 100644
--- a/log.c
+++ b/log.c
@@ -13,9 +13,9 @@
* message authentication based on the methodes used by SRTP. It is
* intended to deliver a generic, scaleable and secure solution for
* tunneling and relaying of packets of any protocol.
+ *
*
- *
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
@@ -35,11 +35,11 @@
#include "datatypes.h"
+#include <ctype.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
-#include <ctype.h>
#define SYSLOG_NAMES
#include <syslog.h>