aboutsummaryrefslogtreecommitdiff
path: root/sam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sam.h')
-rw-r--r--sam.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/sam.h b/sam.h
index 4b7bad8..e752b62 100644
--- a/sam.h
+++ b/sam.h
@@ -1,13 +1,13 @@
-// sam.h
-//
-// 20060811 Markku Alén
-
-#ifndef __SAM_H__
-#define __SAM_H__ 1
-
-void sam_init(void);
-void sam_recite(const char *text, unsigned int frequency, unsigned char *wave_buf, unsigned int *wave_len_ref);
-void sam_phonetic(const char *text, unsigned int frequency, unsigned char *wave_buf, unsigned int *wave_len_ref);
-
-#endif
-
+// sam.h
+//
+// 20060811 Markku Alén
+
+#ifndef __SAM_H__
+#define __SAM_H__ 1
+
+void sam_init(void);
+void sam_recite(const char *text, unsigned int frequency, unsigned char *wave_buf, unsigned int *wave_len_ref);
+void sam_phonetic(const char *text, unsigned int frequency, unsigned char *wave_buf, unsigned int *wave_len_ref);
+
+#endif
+