From 576474a613adc7700cec18daa94738c833e2e82e Mon Sep 17 00:00:00 2001 From: Michael Pfeiffer Date: Mon, 30 Jun 2003 20:34:18 +0000 Subject: [PATCH] Added arguments to function AddFields. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3766 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/print/BeUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/print/BeUtils.h b/headers/private/print/BeUtils.h index 71637377a5..2db4b7412d 100644 --- a/headers/private/print/BeUtils.h +++ b/headers/private/print/BeUtils.h @@ -91,7 +91,7 @@ public: // mimetype from sender bool MimeTypeForSender(BMessage* sender, BString& mime); // adds fields to message or replaces existing fields -bool AddFields(BMessage* to, const BMessage* from); +void AddFields(BMessage* to, const BMessage* from, const char* excludeList[] = NULL, const char* includeList[] = NULL); // load bitmap from application resources BBitmap* LoadBitmap(const char* name, uint32 type_code = B_TRANSLATOR_BITMAP); // convert bitmap to picture; view must be attached to a window!