diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2010-05-20 15:18:30 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2010-05-20 15:18:30 +0930 |
commit | d5f6026a225ff811ac32c3b3bb5c81ed0f554054 (patch) | |
tree | 3aba1c12fbb9308d077620dc4281c18f8f011778 /ctdb/common/cmdline.c | |
parent | 6f1221e9e15e9d2b651c976fce51b301f7b5c6cd (diff) | |
download | samba-d5f6026a225ff811ac32c3b3bb5c81ed0f554054.tar.gz |
libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protocol.h
ctdb_client.h is the existing internal client interface (which was mainly
in ctdb.h), and ctdb_protocol.h is the information needed for the wire
protocol only.
ctdb.h will be the new, shiny, libctdb API.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
(This used to be ctdb commit 4bba6b8cd47b352f98d41f9f06258d5ac3c9adef)
Diffstat (limited to 'ctdb/common/cmdline.c')
-rw-r--r-- | ctdb/common/cmdline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/common/cmdline.c b/ctdb/common/cmdline.c index 332a448a683..38af6ebb693 100644 --- a/ctdb/common/cmdline.c +++ b/ctdb/common/cmdline.c @@ -21,7 +21,7 @@ #include "lib/events/events.h" #include "system/filesys.h" #include "popt.h" -#include "../include/ctdb.h" +#include "../include/ctdb_client.h" #include "../include/ctdb_private.h" #include "../common/rb_tree.h" #include <ctype.h> |