summaryrefslogtreecommitdiff
path: root/source3/python/py_samr.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-14 01:15:11 +0000
committerTim Potter <tpot@samba.org>2003-04-14 01:15:11 +0000
commit78e5d097e328fdb4c60dd98eac386621006a2044 (patch)
tree0845127cb9c6bf619f305014fb71f88432963623 /source3/python/py_samr.h
parentfe5b2c15dedc399fa800c14c8f72b9c681bf77ac (diff)
downloadsamba-78e5d097e328fdb4c60dd98eac386621006a2044.tar.gz
samba-78e5d097e328fdb4c60dd98eac386621006a2044.tar.bz2
samba-78e5d097e328fdb4c60dd98eac386621006a2044.zip
Merge create/delete domain user samr calls from HEAD.
(This used to be commit 68075fb97f577a78438b5121202e94cfcb6597b8)
Diffstat (limited to 'source3/python/py_samr.h')
-rw-r--r--source3/python/py_samr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/python/py_samr.h b/source3/python/py_samr.h
index 3292eb97ec..4d2b0675b4 100644
--- a/source3/python/py_samr.h
+++ b/source3/python/py_samr.h
@@ -78,4 +78,9 @@ extern PyObject *samr_error;
/* The following definitions are from py_samr_conv.c */
BOOL py_from_acct_info(PyObject **array, struct acct_info *info, int num_accts);
+BOOL py_from_SAM_USER_INFO_10(PyObject **dict, SAM_USER_INFO_10 *info);
+BOOL py_to_SAM_USER_INFO_10(SAM_USER_INFO_10 *info, PyObject *dict);
+BOOL py_from_SAM_USER_INFO_21(PyObject **dict, SAM_USER_INFO_21 *info);
+BOOL py_to_SAM_USER_INFO_21(SAM_USER_INFO_21 *info, PyObject *dict);
+
#endif /* _PY_SAMR_H */