summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-24 16:02:52 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-24 16:02:52 +0100
commit362068b534ffefcb87debd4d56b56645f3e25f21 (patch)
tree24310294873832de56272632d490afe63876dc4e /src/lib/cross.h
parentf1f25e57c97a6ea28513820912169305795c7d14 (diff)
Add logging of mount formats in Linux.
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index 1a7a8cb4d..d9cc2d12f 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -26,6 +26,7 @@ class Log;
#define WEXITSTATUS(w) (w)
#endif
-void dvdomatic_sleep (int);
+extern void dvdomatic_sleep (int);
extern std::pair<std::string, int> cpu_info ();
extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path, boost::shared_ptr<Log>);
+extern std::list<std::pair<std::string, std::string> > mount_info ();