diff options
author | Pavel Roskin <proski@gnu.org> | 2000-07-17 20:18:42 +0000 |
---|---|---|
committer | Pavel Roskin <proski@gnu.org> | 2000-07-17 20:18:42 +0000 |
commit | cc8a66b113dbdf04082b6f7c9b0b58984d433028 (patch) | |
tree | 98490b8eadc4e44b46c073fa2d21de403a2b61d4 /internal.h | |
parent | 97562bd9d7fe18bdc4f63e6e80bdce980416a915 (diff) | |
download | busybox-w32-cc8a66b113dbdf04082b6f7c9b0b58984d433028.tar.gz busybox-w32-cc8a66b113dbdf04082b6f7c9b0b58984d433028.tar.bz2 busybox-w32-cc8a66b113dbdf04082b6f7c9b0b58984d433028.zip |
Moved functions used by "lsmod" from cat.c to utility.c
Adjusted to make lsmod and sh compilable as standalone apps.
Comment fixes
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal.h b/internal.h index e36c7f396..5cf72d6d3 100644 --- a/internal.h +++ b/internal.h | |||
@@ -354,6 +354,8 @@ extern long getNum (const char *cp); | |||
354 | extern pid_t* findPidByName( char* pidName); | 354 | extern pid_t* findPidByName( char* pidName); |
355 | extern int find_real_root_device_name(char* name); | 355 | extern int find_real_root_device_name(char* name); |
356 | extern char *get_line_from_file(FILE *file); | 356 | extern char *get_line_from_file(FILE *file); |
357 | extern void print_file(FILE *file); | ||
358 | extern int print_file_by_name(char *filename); | ||
357 | extern char process_escape_sequence(char **ptr); | 359 | extern char process_escape_sequence(char **ptr); |
358 | extern char *get_last_path_component(char *path); | 360 | extern char *get_last_path_component(char *path); |
359 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); | 361 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); |