(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 9b97694..a2798e6 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;