aboutsummaryrefslogtreecommitdiff
path: root/src/golay23.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/golay23.h')
-rw-r--r--src/golay23.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/golay23.h b/src/golay23.h
index 25502c6..129d6b1 100644
--- a/src/golay23.h
+++ b/src/golay23.h
@@ -33,10 +33,10 @@ extern "C" {
#endif
void golay23_init(void);
-int golay23_encode(int data);
-int golay23_decode(int received_codeword);
-int golay23_count_errors(int recd_codeword, int corrected_codeword);
-int golay23_syndrome(int c);
+int golay23_encode(int data);
+int golay23_decode(int received_codeword);
+int golay23_count_errors(int recd_codeword, int corrected_codeword);
+int golay23_syndrome(int c);
#ifdef __cplusplus
}