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 48bad0c69..42c6b93ab 100644 --- a/internal.h +++ b/internal.h | |||
@@ -155,6 +155,7 @@ extern void write_mtab(char* blockDevice, char* directory, | |||
155 | char* filesystemType, long flags, char* string_flags); | 155 | char* filesystemType, long flags, char* string_flags); |
156 | extern void erase_mtab(const char * name); | 156 | extern void erase_mtab(const char * name); |
157 | extern int check_wildcard_match(const char* text, const char* pattern); | 157 | extern int check_wildcard_match(const char* text, const char* pattern); |
158 | extern long getNum (const char *cp); | ||
158 | 159 | ||
159 | 160 | ||
160 | #if defined BB_MTAB | 161 | #if defined BB_MTAB |