Commit 76b9ee435825630581cb65df420932485607cba5

Stefan Sperling 2021-09-06T10:55:54

mention where the 'proto' parameter of got_dial_apply_unveil() comes from

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/include/got_dial.h b/include/got_dial.h
index b5fa1e3..b0d1e06 100644
--- a/include/got_dial.h
+++ b/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.
  */