updated for version 7.0171
diff --git a/src/globals.h b/src/globals.h
index ede48c6..8c21105 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -847,6 +847,8 @@
 EXTERN int	swap_exists_action INIT(= SEA_NONE);
 					/* For dialog when swap file already
 					 * exists. */
+EXTERN int	swap_exists_did_quit INIT(= FALSE);
+					/* Selected "quit" at the dialog. */
 #endif
 
 EXTERN char_u	*IObuff;		/* sprintf's are done in this buffer,