diff options
Diffstat (limited to 'morse.h')
| -rw-r--r-- | morse.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |