]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Export and call a valist version of Msg_Append
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:54 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:54 +0000 (11:23 -0700)
This change exports a valist version of Msg_Append.

open-vm-tools/lib/include/msg.h

index 44abe0e90d02fa277c0ca9fb3472066770851433..e90a44a285854b4bb6f871c67c506c2bc0bff639 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 1998-2016 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2017 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -128,6 +128,7 @@ VMX86_EXTERN_DATA Msg_String const Msg_Severities[];
 
 void Msg_Append(const char *idFmt,
                 ...) PRINTF_DECL(1, 2);
+void Msg_VAppend(const char *idFmt, va_list args);
 void Msg_AppendStr(const char *id);
 void Msg_AppendMsgList(const MsgList *msgs);