1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-09 00:23:50 +03:00

Include some basic headers in netapi.h.

Guenther
(This used to be commit 23b92a6fa5)
This commit is contained in:
Günther Deschner
2008-01-11 14:47:52 +01:00
parent 4eed7883bb
commit 7a87256cd1

View File

@@ -20,6 +20,16 @@
#ifndef __LIB_NETAPI_H__
#define __LIB_NETAPI_H__
/****************************************************************
include some basic headers
****************************************************************/
#include <inttypes.h>
/****************************************************************
NET_API_STATUS
****************************************************************/
#define NET_API_STATUS uint32_t
#define NET_API_STATUS_SUCCESS 0