(writeline): Constify a char*.
authorJim Meyering <jim@meyering.net>
Sun, 22 Aug 1999 08:48:45 +0000 (08:48 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 22 Aug 1999 08:48:45 +0000 (08:48 +0000)
src/comm.c

index 7434cc8..2e069d6 100644 (file)
@@ -95,7 +95,7 @@ Compare sorted files LEFT_FILE and RIGHT_FILE line by line.\n\
    2 for a line only in file 2, 3 for a line in both. */
 
 static void
-writeline (struct linebuffer *line, FILE *stream, int class)
+writeline (const struct linebuffer *line, FILE *stream, int class)
 {
   switch (class)
     {