commit 6400962be59d6120a4176a7b3e3ea330ebf42669 from: Omar Polo date: Mon Jan 03 12:12:51 2022 UTC mark parse_khost_line as inline commit - eb722b5028dcd686244ecbca2ff4bfb0a29a6c68 commit + 6400962be59d6120a4176a7b3e3ea330ebf42669 blob - 065cde90fd716f1acebd322bf4634a731e031b5a blob + 269ddf8cfbad17a47c163c1af36eb6f4857ab7b5 --- fs.c +++ fs.c @@ -868,7 +868,7 @@ lock_session(void) return fd; } -static int +static inline int parse_khost_line(char *line, char *tmp[3]) { char **ap;