fixed bogus email address
[pspp-builds.git] / src / libpspp / message.h
index 71fe1fa07baa22efa2583657b6031f05429e75f6..d46ea97d60505a8bed5e73cc6887570ed8add29a 100644 (file)
@@ -89,6 +89,9 @@ struct msg
 void msg_init (void (*handler) (const struct msg *));
 void msg_done (void);
 
+struct msg * msg_dup(const struct msg *m);
+void msg_destroy(struct msg *m);
+
 /* Emitting messages. */
 void msg (enum msg_class, const char *format, ...)
      PRINTF_FORMAT (2, 3);