summaryrefslogtreecommitdiff
path: root/bylabel.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2010-01-05 16:04:57 +0000
committerjkar8572 <jkar8572>2010-01-05 16:04:57 +0000
commitd271d0a329a5b3e99f4ad209b5270a8648739ff0 (patch)
treebb40ea2801530ab7865737cdb77b60335d48aa5c /bylabel.h
parent077c4c5cd183f46e89f6cb5b1269019235bb9b8a (diff)
downloadlinuxquota-d271d0a329a5b3e99f4ad209b5270a8648739ff0.tar.gz
* Rewritten configuration script to create config.h (Jan Kara)
* Use /proc/mounts for mountpoint scanning (Jan Kara) * Removed use of reserved identifiers (Jan Kara)
Diffstat (limited to 'bylabel.h')
-rw-r--r--bylabel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bylabel.h b/bylabel.h
index 271c5cb..12fc725 100644
--- a/bylabel.h
+++ b/bylabel.h
@@ -1,4 +1,4 @@
-#ifndef _BYLABEL_H_
-#define _BYLABEL_H_
+#ifndef BYLABEL_H_
+#define BYLABEL_H_
const char *get_device_name(const char *item);
-#endif /* _BYLABEL_H_ */
+#endif /* BYLABEL_H_ */