diff options
author | Christian Pointner <equinox@helsinki.at> | 2013-09-16 14:28:46 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2013-09-16 14:28:46 (GMT) |
commit | 6aef19e1b31044795ecd2d356315ad5506a292a2 (patch) | |
tree | 98a227eb505e7fea7d53e654d91ade9e279bdba2 /log.c | |
parent | 9decd47e14165e159e70829a5dd71cd076cde700 (diff) |
cleanups
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |