summaryrefslogtreecommitdiff
path: root/morse.h
diff options
context:
space:
mode:
Diffstat (limited to 'morse.h')
-rw-r--r--morse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/morse.h b/morse.h
index b117d63..8547aec 100644
--- a/morse.h
+++ b/morse.h
@@ -1,6 +1,6 @@
#include <string>
using namespace std;
void transmit(const string&);
-void morse_init(); // call this first!
+void init_morse(); // call this first!
void dot();
void dash();