summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-12-22 00:02:45 +0100
committerGünther Deschner <gd@samba.org>2007-12-22 00:03:15 +0100
commit86dfb55ffb99abf6fc61a91e58477790395abe38 (patch)
tree726aa3cc154ba49b2b0a12cf86153181de92cb6d /source3/lib
parent2fc5eb7916166e955a29906e39ba8f49b3f87376 (diff)
downloadsamba-86dfb55ffb99abf6fc61a91e58477790395abe38.tar.gz
samba-86dfb55ffb99abf6fc61a91e58477790395abe38.tar.bz2
samba-86dfb55ffb99abf6fc61a91e58477790395abe38.zip
Correct netapi header filename. Thanks Jeremy.
Guenther (This used to be commit f192737ec8140aa6570bfb49a165b31890d63b16)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/netapi/examples/getdc/getdc.c2
-rw-r--r--source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c2
-rw-r--r--source3/lib/netapi/examples/netdomjoin/netdomjoin.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/source3/lib/netapi/examples/getdc/getdc.c b/source3/lib/netapi/examples/getdc/getdc.c
index ed6a8bd05d..4f5c5332d5 100644
--- a/source3/lib/netapi/examples/getdc/getdc.c
+++ b/source3/lib/netapi/examples/getdc/getdc.c
@@ -23,7 +23,7 @@
#include <stdlib.h>
#include <string.h>
-#include <libnetapi.h>
+#include <netapi.h>
int main(int argc, char **argv)
{
diff --git a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
index 8ca6897cab..beb12be8b1 100644
--- a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
+++ b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
@@ -28,7 +28,7 @@
#include <gtk/gtk.h>
#include <glib/gprintf.h>
-#include <libnetapi.h>
+#include <netapi.h>
#define MAX_CRED_LEN 256
#define MAX_NETBIOS_NAME_LEN 15
diff --git a/source3/lib/netapi/examples/netdomjoin/netdomjoin.c b/source3/lib/netapi/examples/netdomjoin/netdomjoin.c
index a2bb700250..e8b529927f 100644
--- a/source3/lib/netapi/examples/netdomjoin/netdomjoin.c
+++ b/source3/lib/netapi/examples/netdomjoin/netdomjoin.c
@@ -23,7 +23,7 @@
#include <stdlib.h>
#include <string.h>
-#include <libnetapi.h>
+#include <netapi.h>
char *get_string_param(const char *param)
{