diff options
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 1 |
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); | |||
259 | extern int find_real_root_device_name(char* name); | 259 | extern int find_real_root_device_name(char* name); |
260 | extern char *get_line_from_file(FILE *file); | 260 | extern char *get_line_from_file(FILE *file); |
261 | extern char process_escape_sequence(char **ptr); | 261 | extern char process_escape_sequence(char **ptr); |
262 | extern 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 |