9 lines
129 B
Bash
Raw Normal View History

2026-01-29 00:38:21 +01:00
// retoor <retoor@molodetz.nl>
#ifndef BASH_REPAIR_H
#define BASH_REPAIR_H
char *bash_repair_command(const char *src);
#endif