aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 3523cc410..a827ba612 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -169,7 +169,7 @@ extern char * my_getpwuid(char *name, long uid);
169extern char * my_getgrgid(char *group, long gid); 169extern char * my_getgrgid(char *group, long gid);
170extern long my_getpwnamegid(const char *name); 170extern long my_getpwnamegid(const char *name);
171 171
172extern int device_open(char *device, int mode); 172extern int device_open(const char *device, int mode);
173 173
174extern int del_loop(const char *device); 174extern int del_loop(const char *device);
175extern int set_loop(const char *device, const char *file, int offset, int *loopro); 175extern int set_loop(const char *device, const char *file, int offset, int *loopro);