Put a #ifndef around definition of TCS_MULTILINE
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index abbb912..83520f2 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -225,7 +225,7 @@ void term_invalidate(void);
  * Exports from raw.c.
  */
 
-Backend raw_backend;
+extern Backend raw_backend;
 
 /*
  * Exports from telnet.c.