chiark / gitweb /
changelog: 0.6.0 WIP
[userv-utils.git] / ipif / forwarder.h
index a9b88b643c3d4102e98715e53cd3d75c490e9e65..599eb41a0e6bc521e5f818d333f7915f68ab2ed5 100644 (file)
@@ -2,7 +2,8 @@
  * Encrypting tunnel for userv-ipif tunnels, header file
  */
 /*
- * Copyright (C) 2000 Ian Jackson
+ * Copyright (C) 2000,2003 Ian Jackson
+ * This file is part of ipif, part of userv-utils
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
 
 #include <stdio.h>
 #include <time.h>
+#include <string.h>
 #include <sys/utsname.h>
 
-#include "automech.h"
-
 struct buffer {
   unsigned char *base;
   unsigned char *start;
@@ -50,6 +50,8 @@ struct mechanism {
   mdec_functype *decode;
 };
 
+#include "automech.h"
+
 extern const struct mechanism *const mechanismlists[];
 
 /* setup function may call getarg_xxx functions and then