X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fdump.h;h=66217e512595c454745f2c7f6d010f9ac242ca11;hp=0561b4e61cfaa4915a7757fb5d5b49dec68b5810;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=e5a49deb52521f019e37779d6e9d81ec4f02aba4 diff --git a/test_src/dump.h b/test_src/dump.h index 0561b4e..66217e5 100644 --- a/test_src/dump.h +++ b/test_src/dump.h @@ -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(char* s); +void dump(char *s); #endif /* DUMP_H_ */