From cc8a66b113dbdf04082b6f7c9b0b58984d433028 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 17 Jul 2000 20:18:42 +0000 Subject: Moved functions used by "lsmod" from cat.c to utility.c Adjusted to make lsmod and sh compilable as standalone apps. Comment fixes --- internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal.h') 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); 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); -- cgit v1.2.3