summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/netapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-07 18:36:06 +0100
committerGünther Deschner <gd@samba.org>2008-01-07 19:37:54 +0100
commitfa1e5e95d505d28eb50398511f95ebf13a28b4e5 (patch)
treea0e48065a455d2024ebc7bafb9fab4b4cce3d342 /source3/lib/netapi/netapi.h
parent327cc04da587fa54f28dafb00267fde79b858349 (diff)
downloadsamba-fa1e5e95d505d28eb50398511f95ebf13a28b4e5.tar.gz
samba-fa1e5e95d505d28eb50398511f95ebf13a28b4e5.tar.bz2
samba-fa1e5e95d505d28eb50398511f95ebf13a28b4e5.zip
Add NET_API_STATUS_SUCCESS define.
Guenther (This used to be commit a72ad63163a8c642ea762087a739e6d63c37647a)
Diffstat (limited to 'source3/lib/netapi/netapi.h')
-rw-r--r--source3/lib/netapi/netapi.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h
index 0dd6d95ceb..2c6e126949 100644
--- a/source3/lib/netapi/netapi.h
+++ b/source3/lib/netapi/netapi.h
@@ -1,7 +1,7 @@
/*
* Unix SMB/CIFS implementation.
* NetApi Support
- * Copyright (C) Guenther Deschner 2007
+ * Copyright (C) Guenther Deschner 2007-2008
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -21,6 +21,10 @@
#define __LIB_NETAPI_H__
#define NET_API_STATUS uint32_t
+#define NET_API_STATUS_SUCCESS 0
+
+/****************************************************************
+****************************************************************/
struct libnetapi_ctx {
const char *debuglevel;