9 lines
129 B
Bash
9 lines
129 B
Bash
|
|
// retoor <retoor@molodetz.nl>
|
||
|
|
|
||
|
|
#ifndef BASH_REPAIR_H
|
||
|
|
#define BASH_REPAIR_H
|
||
|
|
|
||
|
|
char *bash_repair_command(const char *src);
|
||
|
|
|
||
|
|
#endif
|