X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fmessage.h;fp=src%2Flibpspp%2Fmessage.h;h=11e5b9d98eeda0694180836d8149c71ee2d24055;hb=4bc96629da7d8f0354d8ebf297052e881f936d83;hp=813febe82a07a3906315937999a8886cc05d6fd0;hpb=f982987ec1aee85979c2376eec1bb199aec6df0d;p=pspp diff --git a/src/libpspp/message.h b/src/libpspp/message.h index 813febe82a..11e5b9d98e 100644 --- a/src/libpspp/message.h +++ b/src/libpspp/message.h @@ -118,6 +118,8 @@ struct msg_location *msg_location_dup (const struct msg_location *); void msg_location_remove_columns (struct msg_location *); void msg_location_merge (struct msg_location **, const struct msg_location *); +struct msg_location *msg_location_merged (const 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 *);