summaryrefslogtreecommitdiff
path: root/cli/hitomezashi_cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'cli/hitomezashi_cli.h')
-rw-r--r--cli/hitomezashi_cli.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/hitomezashi_cli.h b/cli/hitomezashi_cli.h
index 9f7825c..3c6b9bf 100644
--- a/cli/hitomezashi_cli.h
+++ b/cli/hitomezashi_cli.h
@@ -37,8 +37,5 @@ void hitomezashi_cli_handle_args(char **out_file_path, int *x_pattern_len,
* Hitomezashi_Cli_Exit_Code_Print_Help (2) on failure.
*/
void hitomezashi_cli_help(void);
-/** Convert a string composed of ASCII 0 and 1 digits, eg\. "01010", to an array
- * of numeric 0s and 1s stored as char. */
-char *hitomezashi_cli_ascii_binary_str_to_ints(char *ascii_str, size_t n);
#endif // HITOMEZASHI_CLI_H