Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-server/pull/155#discussion_r176919439
--- Diff: src/protocols/rdp/guac_rdpdr/rdpdr_fs_service.h ---
@@ -42,7 +42,7 @@
* Registers a new filesystem device within the RDPDR plugin. This must be
done
* before RDPDR connection finishes.
*/
-void guac_rdpdr_register_fs(guac_rdpdrPlugin* rdpdr);
+void guac_rdpdr_register_fs(guac_rdpdrPlugin* rdpdr, char* drive_name);
--- End diff --
Updated.---
