summaryrefslogtreecommitdiff
path: root/alpine/conftype.h
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/conftype.h')
-rw-r--r--alpine/conftype.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/alpine/conftype.h b/alpine/conftype.h
index 9c25ad6b..21c7e456 100644
--- a/alpine/conftype.h
+++ b/alpine/conftype.h
@@ -104,6 +104,10 @@ typedef struct conf_line {
XOAUTH2_INFO_S *pat;
XOAUTH2_INFO_S **selected;
} x;
+ struct xoauth2_flow {
+ OAUTH2_S *pat;
+ OAUTH2_S **selected; /* of type XOAUTH2_S */
+ } xf;
} d;
} CONF_S;