diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-07-30 01:48:28 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-07-30 01:48:28 +0000 |
commit | fba45db2faf619e71856ee38ec63949c0ef6903e (patch) | |
tree | 107efc21d2b12f54d84b59e75251449e3d5fd096 /gdb/complaints.c | |
parent | 29e6d33b03a5e39540d17bc8235573b1dac13341 (diff) | |
download | gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.zip gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.tar.gz gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.tar.bz2 |
Protoization.
Diffstat (limited to 'gdb/complaints.c')
-rw-r--r-- | gdb/complaints.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/complaints.c b/gdb/complaints.c index ee877fb..6c9d728 100644 --- a/gdb/complaints.c +++ b/gdb/complaints.c @@ -124,9 +124,7 @@ complain (struct complaint *complaint,...) context for the user to figure it out. */ void -clear_complaints (sym_reading, noisy) - int sym_reading; - int noisy; +clear_complaints (int sym_reading, int noisy) { struct complaint *p; @@ -145,7 +143,7 @@ clear_complaints (sym_reading, noisy) } void -_initialize_complaints () +_initialize_complaints (void) { add_show_from_set (add_set_cmd ("complaints", class_support, var_zinteger, |