]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-test-common.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / main-test-common.h
index d2ae9c62a732c6fafd491d07dac66252cd10c2d9..93c5768e48f141ebfc0166f4052ea7d78e7ee062 100644 (file)
@@ -1,7 +1,7 @@
 /* main-test-common.h */
 /*
     This file is part of the ARM-Crypto-Lib.
-    Copyright (C) 2011 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
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
+#include <stdio.h>
 #include "config.h"
 #include "cli.h"
 #include "dump.h"
-#include "uart_i.h"
+#include "uart.h"
 #include "debug.h"
 #include <avr/pgmspace.h>
 
 void main_setup(void);
-void welcome_msg(const charalgoname);
+void welcome_msg(const char *algoname);
 
 #endif /* MAINTESTCOMMON_H_ */