]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/dump.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / dump.h
index 0561b4e61cfaa4915a7757fb5d5b49dec68b5810..66217e512595c454745f2c7f6d010f9ac242ca11 100644 (file)
@@ -1,7 +1,7 @@
 /* dump.h */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
+    Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org)
 
     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
@@ -18,7 +18,7 @@
 */
 /**
  * \file     dump.h
- * \email    daniel.otte@rub.de
+ * \email    bg@nerilex.org
  * \author   Daniel Otte 
  * \date     2009-02-04
  * \license  GPLv3 or later
@@ -37,6 +37,6 @@
  
 #define DUMP_WIDTH 16
 
-void dump(chars);
+void dump(char *s);
 
 #endif /* DUMP_H_ */