]> mj.ucw.cz Git - nwho.git/blobdiff - net.h
Let save_pkt() calculates the packet length internally
[nwho.git] / net.h
diff --git a/net.h b/net.h
index dba22f5d57f98aa19c6a2b76b383c30796998235..23fdf3088f09bf5b986752a6b9fc92347cc8ecbb 100644 (file)
--- a/net.h
+++ b/net.h
@@ -19,7 +19,7 @@ struct userinfo {
   u32 idle_time;
 };
 
-struct rywho_pkt {
+struct nwho_pkt {
   u32 magic;                           /* Guard against ancient nwho versions */
   u32 local_time;
   u32 server_time;                     /* Reserved for use by the server */