summaryrefslogtreecommitdiffstats
path: root/mkdir.h
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-12-18 04:07:15 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-12-18 04:07:15 +0100
commit3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 (patch)
tree9a55151379924f5718d4663bfb811b17d3040f10 /mkdir.h
parent092c1b9e8f47d03736b41b51abef222d6d6467d8 (diff)
downloade2tools-3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6.tar.gz
e2tools-3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6.tar.xz
e2tools-3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6.zip
Remove redundant comment lineHEADmaster
Diffstat (limited to 'mkdir.h')
-rw-r--r--mkdir.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkdir.h b/mkdir.h
index 32a86f7..0842024 100644
--- a/mkdir.h
+++ b/mkdir.h
@@ -1,7 +1,6 @@
#ifndef E2TOOLS_MKDIR_H
#define E2TOOLS_MKDIR_H
-/* from mkdir.c */
extern long e2mkdir(int argc, char *argv[]);
extern long create_dir(ext2_filsys fs, ext2_ino_t root, ext2_ino_t *cwd,
char *dirname, struct stat *def_stat);