diff options
Diffstat (limited to 'include/volume_id.h')
-rw-r--r-- | include/volume_id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/volume_id.h b/include/volume_id.h index 77e874d40..4a78cd1e4 100644 --- a/include/volume_id.h +++ b/include/volume_id.h @@ -28,3 +28,4 @@ void display_uuid_cache(void); * *fsname is replaced if device with such UUID or LABEL is found */ int resolve_mount_spec(char **fsname); +int add_to_uuid_cache(const char *device); |