1 #define BINDINGS_FILE_TIMEOUT 30
2 #define BINDINGS_FILE_HEADER \
3 "# Multipath bindings, Version : 1.0\n" \
4 "# NOTE: this file is automatically maintained by the multipath program.\n" \
5 "# You should not need to edit this file in normal circumstances.\n" \
11 char *get_user_friendly_alias(char *wwid, char *file, char *prefix,
12 int bindings_readonly);
13 char *get_user_friendly_wwid(char *alias, char *file);