diff options
author | Günther Deschner <gd@samba.org> | 2007-12-18 02:21:38 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2007-12-21 15:29:10 +0100 |
commit | 4dd84b351125cdd95c945d8820ffe078f7325988 (patch) | |
tree | 9039f6c8c8d856cd977be0de9aea3b5312d9a4ad | |
parent | 9dc0ac4637fdd05a95099c0a6a857c51ca811453 (diff) | |
download | samba-4dd84b351125cdd95c945d8820ffe078f7325988.tar.gz samba-4dd84b351125cdd95c945d8820ffe078f7325988.tar.bz2 samba-4dd84b351125cdd95c945d8820ffe078f7325988.zip |
Define NET_API_STATUS to be just a uin32_t.
Guenther
(This used to be commit a42850926a26a4065a6126affc3754d291a2e178)
-rw-r--r-- | source3/lib/netapi/netapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h index 0637570c3e..7946cfb446 100644 --- a/source3/lib/netapi/netapi.h +++ b/source3/lib/netapi/netapi.h @@ -20,6 +20,8 @@ #ifndef __LIB_NETAPI_H__ #define __LIB_NETAPI_H__ +#define NET_API_STATUS uint32_t + struct libnetapi_ctx { int debuglevel; char *username; |