summaryrefslogtreecommitdiff
path: root/lib/common/Test.h
diff options
context:
space:
mode:
authorMartin Ebourne <martin@ebourne.me.uk>2009-04-23 00:38:39 +0000
committerMartin Ebourne <martin@ebourne.me.uk>2009-04-23 00:38:39 +0000
commitb956c955bc474e31f8664af55208440f07b907db (patch)
tree59127ad955f8c432c4d5cec4036009bb379b4608 /lib/common/Test.h
parent775ed79079c3e57374a9b2c919f4617216f21517 (diff)
Fixes for gcc 4.4.
Diffstat (limited to 'lib/common/Test.h')
-rw-r--r--lib/common/Test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/Test.h b/lib/common/Test.h
index 344af979..ce967041 100644
--- a/lib/common/Test.h
+++ b/lib/common/Test.h
@@ -158,7 +158,7 @@ void sync_and_wait();
void terminate_bbackupd(int pid);
// Wait a given number of seconds for something to complete
-void wait_for_operation(int seconds, char* message);
+void wait_for_operation(int seconds, const char* message);
void safe_sleep(int seconds);
#endif // TEST__H