1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

Define NET_API_STATUS to be just a uin32_t.

Guenther
(This used to be commit a42850926a26a4065a6126affc3754d291a2e178)
This commit is contained in:
Günther Deschner 2007-12-18 02:21:38 +01:00
parent 9dc0ac4637
commit 4dd84b3511

View File

@ -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;