constification
[exim.git] / src / src / deliver.c
index fa624f9de79136bfffbe37dceca70b5ac14f2977..9d459167e68b32b90517e0c88221c4ea0fc9a8bd 100644 (file)
@@ -6388,7 +6388,7 @@ Returns:      When the global variable mua_wrapper is FALSE:
 */
 
 int
-deliver_message(uschar * id, BOOL forced, BOOL give_up)
+deliver_message(const uschar * id, BOOL forced, BOOL give_up)
 {
 int i, rc;
 int final_yield = DELIVER_ATTEMPTED_NORMAL;