add improved argument parsing. also add helper messages
[archipelago] / xseg / peers / user / monitor.c
index 3959bb3..75b044a 100644 (file)
@@ -18,7 +18,10 @@ struct monitor_io {
        void *src_priv;
 };
 
-
+void custom_peer_usage()
+{
+       return;
+}
 
 static int forward(struct peerd *peer, struct peer_req *pr)
 {