--- cflow-2.0/cflow.1 +++ cflow-2.0/cflow.1 @@ -1,4 +1,4 @@ -.TH CFLOW 1 PUBLIC +.TH CFLOW 1 .SH NAME cflow \- print a function call hierarchy .SH SYNOPSIS --- cflow-2.0/prcc.c +++ cflow-2.0/prcc.c @@ -50,6 +52,7 @@ static int file_afternl; /* boolean: was previous character a newline? */ static int file_prevch; /* a single character that was ungotten */ +static void show_all_lists(void); static char *progname;