Add a comment header to libnet_conf_set_global_parameter().
authorMichael Adam <obnox@samba.org>
Sun, 13 Jan 2008 21:56:56 +0000 (22:56 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 13 Jan 2008 22:16:41 +0000 (23:16 +0100)
Michael

source/libnet/libnet_conf.c

index 3934f2c476c2706a9772712584b4366b1b524136..005a35fd0c6fc39bdafa18e87e263f63c4dc4990 100644 (file)
@@ -884,6 +884,12 @@ done:
  *
  **********************************************************************/
 
+/**
+ * Set a global parameter
+ * (i.e. a parameter in the [global] service).
+ *
+ * This also creates [global] when it does not exist.
+ */
 WERROR libnet_conf_set_global_parameter(struct libnet_conf_ctx *ctx,
                                        const char *param, const char *val)
 {