diff options
author | Pavel Roskin | 2000-07-17 20:18:42 +0000 |
---|---|---|
committer | Pavel Roskin | 2000-07-17 20:18:42 +0000 |
commit | cc8a66b113dbdf04082b6f7c9b0b58984d433028 (patch) | |
tree | 98490b8eadc4e44b46c073fa2d21de403a2b61d4 /internal.h | |
parent | 97562bd9d7fe18bdc4f63e6e80bdce980416a915 (diff) | |
download | busybox-cc8a66b113dbdf04082b6f7c9b0b58984d433028.zip busybox-cc8a66b113dbdf04082b6f7c9b0b58984d433028.tar.gz |
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
@@ -354,6 +354,8 @@ extern long getNum (const char *cp); extern pid_t* findPidByName( char* pidName); extern int find_real_root_device_name(char* name); extern char *get_line_from_file(FILE *file); +extern void print_file(FILE *file); +extern int print_file_by_name(char *filename); extern char process_escape_sequence(char **ptr); extern char *get_last_path_component(char *path); extern void xregcomp(regex_t *preg, const char *regex, int cflags); |