]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - diskfull.h
Use solver to check for problems and produce a list of package transactions
[cygwin-apps/setup.git] / diskfull.h
index f69a071fb5435f338accd81e975ffc063ab0e530..5a3ded2c6c44f222a7e6552f11afd562a8762ae1 100644 (file)
  *
  */
 
+#ifndef SETUP_DISKFULL_H
+#define SETUP_DISKFULL_H
+
+#include <string>
+
 /* returns 0..100 (percent) */
-int diskfull (const char *path);
+int diskfull (const std::string& path);
+
+#endif /* SETUP_DISKFULL_H */
This page took 0.021591 seconds and 5 git commands to generate.