From 5e08cf15f1ec3a57779b9832dfaf5cdce0771b16 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 6 Apr 2014 21:57:33 +0100 Subject: Made morse_init init_morse --- morse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morse.h b/morse.h index b117d63..8547aec 100644 --- a/morse.h +++ b/morse.h @@ -1,6 +1,6 @@ #include using namespace std; void transmit(const string&); -void morse_init(); // call this first! +void init_morse(); // call this first! void dot(); void dash(); -- cgit v1.1