limit line length to 79 characters

This commit is contained in:
josch
2014-09-25 19:38:48 +02:00
parent 32fcb30572
commit dcce69e66d
13 changed files with 29 additions and 15 deletions

View File

@@ -25,6 +25,7 @@
void parse_config(struct mfshell_user_options *opts);
void parse_config_file(FILE * fp, struct mfshell_user_options *opts);
void parse_config_file(FILE * fp,
struct mfshell_user_options *opts);
#endif