Add in a way to get at the private_path() function from python
authorAndrew Bartlett <abartlet@samba.org>
Mon, 14 Apr 2008 09:48:43 +0000 (11:48 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Apr 2008 09:48:43 +0000 (11:48 +0200)
Andrew Bartlett

source/scripting/python/misc.i

index e04e6a6906d5681bd90dec4e721ea76bd614fd7b..6fa3bc93e34066f42a5972a673e045f18dad622b 100644 (file)
@@ -78,3 +78,8 @@ bool dsdb_set_ntds_invocation_id(struct ldb_context *ldb, const char *guid)
     return samdb_set_ntds_invocation_id(ldb, &invocation_id_in);
 }
 %}
+
+char *private_path(TALLOC_CTX* mem_ctx, 
+                  struct loadparm_context *lp_ctx,
+                  const char *name);
+