Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-server/pull/154#discussion_r199946212
--- Diff: src/protocols/rdp/guac_rdpdr/rdpdr_printer.h ---
@@ -35,7 +35,7 @@
* Registers a new printer device within the RDPDR plugin. This must be
done
* before RDPDR connection finishes.
*/
-void guac_rdpdr_register_printer(guac_rdpdrPlugin* rdpdr);
+void guac_rdpdr_register_printer(guac_rdpdrPlugin* rdpdr, char*
printer_name);
--- End diff --
Please document the parameters of this function, now that the function is
being updated.
---