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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user