summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/cdromutl.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-03-04 22:24:09 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-03-04 22:24:09 +0100
commitef38181605be2f7131bed9865d965300339389b5 (patch)
tree0ba041e882900e6ce104f28334521d3cbb728f21 /apt-pkg/contrib/cdromutl.h
parentb7bc31eb0bd71e2a3466df334a52a2c37c444d40 (diff)
apt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForDevice helper; apt-pkg/cdrom.cc: deal with missing FSTAB_DIR
Diffstat (limited to 'apt-pkg/contrib/cdromutl.h')
-rw-r--r--apt-pkg/contrib/cdromutl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/cdromutl.h b/apt-pkg/contrib/cdromutl.h
index 9d14249c5..4f0f90347 100644
--- a/apt-pkg/contrib/cdromutl.h
+++ b/apt-pkg/contrib/cdromutl.h
@@ -19,5 +19,6 @@ bool MountCdrom(string Path, string DeviceName="");
bool UnmountCdrom(string Path);
bool IdentCdrom(string CD,string &Res,unsigned int Version = 2);
bool IsMounted(string &Path);
+char *FindMountPointForDevice(const char *device);
#endif