summaryrefslogtreecommitdiff
path: root/bin/bbackupquery/makedocumentation.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bbackupquery/makedocumentation.pl')
-rwxr-xr-xbin/bbackupquery/makedocumentation.pl9
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/bbackupquery/makedocumentation.pl b/bin/bbackupquery/makedocumentation.pl
index 77d488c0..4c986441 100755
--- a/bin/bbackupquery/makedocumentation.pl
+++ b/bin/bbackupquery/makedocumentation.pl
@@ -1,12 +1,13 @@
#!/usr/bin/perl
-# distribution boxbackup-0.11rc1 (svn version: 2023_2024)
+# distribution boxbackup-0.11rc2 (svn version: 2072)
#
-# Copyright (c) 2003 - 2006
+# Copyright (c) 2003 - 2008
# Ben Summers and contributors. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
+#
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
@@ -78,7 +79,7 @@ print OUT <<__E;
#include "MemLeakFindOn.h"
-char *help_commands[] =
+const char *help_commands[] =
{
__E
@@ -91,7 +92,7 @@ print OUT <<__E;
0
};
-char *help_text[] =
+const char *help_text[] =
{
__E