about summary refs log tree commit diff
path: root/urt/rle.h
diff options
context:
space:
mode:
Diffstat (limited to 'urt/rle.h')
-rw-r--r--urt/rle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/urt/rle.h b/urt/rle.h
index b3263049..ee9eb379 100644
--- a/urt/rle.h
+++ b/urt/rle.h
@@ -327,9 +327,9 @@ rle_open_f_noexit(const char * const prog_name,
 
 /* Append history information to the HISTORY comment. */
 void
-rle_addhist(char *          argv[],
-            rle_hdr * const in_hdr,
-            rle_hdr * const out_hdr);
+rle_addhist(const char ** const argv,
+            rle_hdr *     const in_hdr,
+            rle_hdr *     const out_hdr);
 
 /* From cmd_name.c. */
 /*****************************************************************