From 78e5d097e328fdb4c60dd98eac386621006a2044 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 14 Apr 2003 01:15:11 +0000 Subject: Merge create/delete domain user samr calls from HEAD. (This used to be commit 68075fb97f577a78438b5121202e94cfcb6597b8) --- source3/python/py_samr.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/python/py_samr.h') 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 */ -- cgit