]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmbconf: add a comment.
authorMichael Adam <obnox@samba.org>
Fri, 21 Mar 2008 21:55:20 +0000 (22:55 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 21 Mar 2008 21:55:20 +0000 (22:55 +0100)
Michael

source/lib/smbconf/smbconf_reg.c

index aaa03e21e8584e63f86159e311e56fa16a6c79e2..98613efc2a0ec15cf62e7f64b360acd7263714d5 100644 (file)
@@ -30,6 +30,9 @@ struct reg_private_data {
  *
  **********************************************************************/
 
+/**
+ * a convenience helper to cast the private data structure
+ */
 static struct reg_private_data *rpd(struct smbconf_ctx *ctx)
 {
        return (struct reg_private_data *)(ctx->data);