summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2014-04-06 21:57:33 +0100
committerFranklin Wei <frankhwei536@gmail.com>2014-04-06 21:57:33 +0100
commit5e08cf15f1ec3a57779b9832dfaf5cdce0771b16 (patch)
tree0f8f39f1aa6c515cc4314ff31ef26275f65fe6cc
parent88dc2a36d9d1fa0e3e57a9f8441b7b2b302a31ae (diff)
downloadpish-5e08cf15f1ec3a57779b9832dfaf5cdce0771b16.zip
pish-5e08cf15f1ec3a57779b9832dfaf5cdce0771b16.tar.gz
pish-5e08cf15f1ec3a57779b9832dfaf5cdce0771b16.tar.bz2
pish-5e08cf15f1ec3a57779b9832dfaf5cdce0771b16.tar.xz
Made morse_init init_morse
-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();