summaryrefslogtreecommitdiff
path: root/e2fsck/profile.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-05-22 20:51:47 -0400
committerTheodore Ts'o <tytso@mit.edu>2007-05-22 20:51:47 -0400
commit32460c1e4c7259b532bdd1e74583c80f573b467a (patch)
tree676b61778353fc88c84c385203cc9efa3ccd519b /e2fsck/profile.h
parent54833579eeb458273085b4f2c224fe12a4473c73 (diff)
downloade2fsprogs-32460c1e4c7259b532bdd1e74583c80f573b467a.tar.gz
Add new function profile_get_uint() in the e2fsck sources
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'e2fsck/profile.h')
-rw-r--r--e2fsck/profile.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/e2fsck/profile.h b/e2fsck/profile.h
index 1a175fc1..cf1b055e 100644
--- a/e2fsck/profile.h
+++ b/e2fsck/profile.h
@@ -70,6 +70,11 @@ long profile_get_integer
const char *subsubname, int def_val,
int *ret_default);
+long profile_get_uint
+ (profile_t profile, const char *name, const char *subname,
+ const char *subsubname, unsigned int def_val,
+ unsigned int *ret_int);
+
long profile_get_boolean
(profile_t profile, const char *name, const char *subname,
const char *subsubname, int def_val,