allow --client to work with shared filesystem
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index a9d726dd94dadca481058432d8321ebb2f94b0ea..15f2e06e62926a9b2353ad14353827577318be72 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -95,6 +95,8 @@ extern int check_str_bytes(const char *p, long long *val, void *data);
 extern int check_str_time(const char *p, long long *val, int);
 extern int str_to_float(const char *str, double *val, int is_time);
 
+extern int string_distance(const char *s1, const char *s2);
+
 /*
  * Handlers for the options
  */