You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
428 B
19 lines
428 B
|
23 years ago
|
--- 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;
|
||
|
|
|