From f243d4e7c8bf1eb4c9356dd1447e5cee77ba6949 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 5 Apr 2002 04:47:43 +0000 Subject: Added functions to return Python tuples (error code, error string) corresponding to NT and DOS errors. (This used to be commit cb243e2766260f03de6b748d20734b8183cf192b) --- source3/python/py_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/python/py_common.h') diff --git a/source3/python/py_common.h b/source3/python/py_common.h index 1d2d4d6cd0..30a47eba25 100644 --- a/source3/python/py_common.h +++ b/source3/python/py_common.h @@ -24,5 +24,7 @@ /* Function prototypes */ void py_samba_init(void); +PyObject *py_werror_tuple(WERROR werror); +PyObject *py_ntstatus_tuple(NTSTATUS ntstatus); #endif /* _PY_COMMON_H */ -- cgit