summaryrefslogtreecommitdiffstats
path: root/mount-deprecated/devname.h
blob: d6adeff7d55597493f71f0e1a5814cc8ebb90147 (plain) (blame)
1
2
3
4
5
6
#ifndef MOUNT_DEVNAME_H
#define MOUNT_DEVNAME_H

extern const char *spec_to_devname(const char *spec);

#endif