r12694: Move some headers to the directory of the subsystem they belong to.
[kai/samba.git] / source4 / libcli / libcli.h
similarity index 86%
rename from source4/include/cli_context.h
rename to source4/libcli/libcli.h
index 843e8e8ca942948f56cf0edc556801d4100b61ea..917ab27519265503a0a7ba578e100cad7b4e115b 100644 (file)
@@ -19,6 +19,8 @@
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
+#include "smb.h"
+
 /* 
    smbcli_state: internal state used in libcli library for single-threaded callers, 
    i.e. a single session on a single socket. 
@@ -30,3 +32,14 @@ struct smbcli_state {
        struct substitute_context *substitute;
        struct smblsa_state *lsa;
 };
+
+struct clilist_file_info {
+       uint64_t size;
+       uint16_t attrib;
+       time_t mtime;
+       const char *name;
+       const char *short_name;
+};
+
+
+#include "libcli/libcli_proto.h"