]> git.marmaro.de Git - mmh/blobdiff - uip/sortm.c
Updating user programs to use <h/tws> instead of <zotnet/tws/tws.h>
[mmh] / uip / sortm.c
index c7f5396487fdf3037ce26780e6215789e33c40d1..d64f8befbd5f200eaf307e3e69e099ec697cfd04 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #include <h/mh.h>
-#include <zotnet/tws/tws.h>
+#include <h/tws.h>
 
 /*
  * We allocate space for messages (msgs array)
@@ -35,7 +35,7 @@ static struct swit switches[] = {
 #define VERSIONSW              8
      { "version", 0 },
 #define HELPSW                 9
-     { "help", 4 },
+     { "help", 0 },
      { NULL, 0 }
 };