working
[pspp] / src / libpspp / message.h
index d54598b6960513d7f5b0b2797f8b3528da50879e..508604e60fb1f895ed1a83a24f1fb08725407964 100644 (file)
@@ -94,7 +94,7 @@ void msg_location_uninit (struct msg_location *);
 void msg_location_destroy (struct msg_location *);
 struct msg_location *msg_location_dup (const struct msg_location *);
 
-void msg_location_merge (struct msg_location *, const struct msg_location *);
+void msg_location_merge (struct msg_location **, const struct msg_location *);
 
 bool msg_location_is_empty (const struct msg_location *);
 void msg_location_format (const struct msg_location *, struct string *);