commit 76b9ee435825630581cb65df420932485607cba5 from: Stefan Sperling date: Mon Sep 06 10:55:54 2021 UTC mention where the 'proto' parameter of got_dial_apply_unveil() comes from commit - cbf435dd90e6ea8b6c6fc7ff277d5fdf823392b6 commit + 76b9ee435825630581cb65df420932485607cba5 blob - b5fa1e34433e51fd9be41537db82f2ca2c8e462b blob + b0d1e063885d3f05d1dd21a8a50ce62d73069af9 --- include/got_dial.h +++ include/got_dial.h @@ -15,7 +15,8 @@ */ /* - * Apply any unveil(2) operations required to support the given protocol. + * Apply any unveil(2) operations required to support the given protocol, + * as obtained from the 'proto' output parameter of got_dial_parse_uri(). * This function must be called during initialization of the main program * if got_fetch.h or got_send.h funcionality will be used. */