Include `%'-escape substitution.
[sw-tools] / src / sw.h
index 4d0ef30..13fa5a2 100644 (file)
--- a/src/sw.h
+++ b/src/sw.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: sw.h,v 1.1 1999/06/02 16:53:35 mdw Exp $
+ * $Id: sw.h,v 1.2 1999/09/10 15:27:33 mdw Exp $
  *
  * Interface to main options parser
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: sw.h,v $
- * Revision 1.1  1999/06/02 16:53:35  mdw
- * Initial revision
+ * Revision 1.2  1999/09/10 15:27:33  mdw
+ * Include `%'-escape substitution.
+ *
+ * Revision 1.1.1.1  1999/06/02 16:53:35  mdw
+ * Initial import.
  *
  */
 
@@ -73,7 +76,8 @@ extern unsigned int opt_flags;                /* Various bitflag options */
 enum {
   optFlag_install = 1,
   optFlag_force = 2,
-  optFlag_beep = 4
+  optFlag_beep = 4,
+  optFlag_percent = 8
 };
 
 /*----- That's all, folks -------------------------------------------------*/