aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 362df3270..a4772b820 100644
--- a/internal.h
+++ b/internal.h
@@ -259,6 +259,7 @@ extern void *xmalloc (size_t size);
259extern int find_real_root_device_name(char* name); 259extern int find_real_root_device_name(char* name);
260extern char *get_line_from_file(FILE *file); 260extern char *get_line_from_file(FILE *file);
261extern char process_escape_sequence(char **ptr); 261extern char process_escape_sequence(char **ptr);
262extern char *get_last_path_component(char *path);
262 263
263/* These parse entries in /etc/passwd and /etc/group. This is desirable 264/* These parse entries in /etc/passwd and /etc/group. This is desirable
264 * for BusyBox since we want to avoid using the glibc NSS stuff, which 265 * for BusyBox since we want to avoid using the glibc NSS stuff, which