]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - diskfull.h
2003-07-08 Max Bowsher <maxb@ukf.net>
[cygwin-apps/setup.git] / diskfull.h
index e95afe9339dbdfedc7b36bb69c16bc39fb10de2f..22972f961277891dcfb3926df641f1c7c6261f4c 100644 (file)
  *
  */
 
+#ifndef SETUP_DISKFULL_H
+#define SETUP_DISKFULL_H
+
 #include "String++.h"
 
 /* returns 0..100 (percent) */
 int diskfull (String const &path);
+
+#endif /* SETUP_DISKFULL_H */
This page took 0.023516 seconds and 5 git commands to generate.