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 2dcfa1f4d..a953b3cb0 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -116,7 +116,7 @@ extern void write_mtab(char* blockDevice, char* directory,
116 char* filesystemType, long flags, char* string_flags); 116 char* filesystemType, long flags, char* string_flags);
117extern void erase_mtab(const char * name); 117extern void erase_mtab(const char * name);
118extern long atoi_w_units (const char *cp); 118extern long atoi_w_units (const char *cp);
119extern pid_t* find_pid_by_name( char* pidName); 119extern long* find_pid_by_name( char* pidName);
120extern char *find_real_root_device_name(const char* name); 120extern char *find_real_root_device_name(const char* name);
121extern char *get_line_from_file(FILE *file); 121extern char *get_line_from_file(FILE *file);
122extern void print_file(FILE *file); 122extern void print_file(FILE *file);