]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(struct tspec): Declare function pointer with prototype.
authorJim Meyering <jim@meyering.net>
Sun, 11 Nov 2001 15:42:07 +0000 (15:42 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 11 Nov 2001 15:42:07 +0000 (15:42 +0000)
src/od.c

index 9b976942193f64bdf6077756e012e5ed7d60bf50..a2798e6cbf90182678ee52fcbf11309d4bc69a8c 100644 (file)
--- a/src/od.c
+++ b/src/od.c
@@ -96,7 +96,7 @@ struct tspec
   {
     enum output_format fmt;
     enum size_spec size;
-    void (*print_function) ();
+    void (*print_function) PARAMS ((size_t, const char *, const char *));
     char *fmt_string;
     int hexl_mode_trailer;
     int field_width;