add a flags parameter to the pop context

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11047 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-07-04 13:56:12 +00:00
parent 70b674b468
commit 183b0e6c1b

View File

@@ -273,6 +273,8 @@ typedef struct { /* POP parameter block */
#ifdef OTP #ifdef OTP
OtpContext otp_ctx; /* OTP context */ OtpContext otp_ctx; /* OTP context */
#endif #endif
unsigned int flags;
#define POP_FLAG_CAPA 1
} POP; } POP;
typedef struct { /* State information for typedef struct { /* State information for