Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-server/pull/155#discussion_r175278157
--- 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 --
The documentation for this function should be brought up-to-date now that
it's being updated. Other than that, I think these changes are pretty much good
to go.
---