aboutsummaryrefslogtreecommitdiff
path: root/qga/vss-win32/requester.h
diff options
context:
space:
mode:
Diffstat (limited to 'qga/vss-win32/requester.h')
-rw-r--r--qga/vss-win32/requester.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/qga/vss-win32/requester.h b/qga/vss-win32/requester.h
index 34be5c1d11..c3093cf4b6 100644
--- a/qga/vss-win32/requester.h
+++ b/qga/vss-win32/requester.h
@@ -23,8 +23,10 @@ extern "C" {
struct Error;
/* Callback to set Error; used to avoid linking glib to the DLL */
-typedef void (*ErrorSetFunc)(struct Error **errp, int win32_err,
- const char *fmt, ...) GCC_FMT_ATTR(3, 4);
+typedef void (*ErrorSetFunc)(struct Error **errp,
+ const char *src, int line, const char *func,
+ int win32_err, const char *fmt, ...)
+ GCC_FMT_ATTR(6, 7);
typedef struct ErrorSet {
ErrorSetFunc error_setg_win32;
struct Error **errp; /* restriction: must not be null */