summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-10-14 12:53:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:42:33 -0500
commite148b33f4b006f1c075cb88232cb42571d685f3d (patch)
treebdda21030677cdddb50ec5182a7f5c9417f8ae44 /source4/include
parent8bb5bcb6745661692f1116da67368a58910ce111 (diff)
downloadsamba-e148b33f4b006f1c075cb88232cb42571d685f3d.tar.gz
samba-e148b33f4b006f1c075cb88232cb42571d685f3d.tar.bz2
samba-e148b33f4b006f1c075cb88232cb42571d685f3d.zip
r11034: r10344@SERNOX: metze | 2005-09-20 11:35:54 +0200
create winsdb_record() and winsdb_message() as public functions so that they can be used in the wrepl_server/ metze (This used to be commit b8b48c8aa5f741ad020d0a4debac665f8b2953ab)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h
index faa2637f6f..a037168da1 100644
--- a/source4/include/structs.h
+++ b/source4/include/structs.h
@@ -276,6 +276,8 @@ struct wreplsrv_service;
struct wreplsrv_in_connection;
struct wreplsrv_in_call;
+struct winsdb_record;
+
struct wrepl_packet;
struct wrepl_associate;
struct wrepl_associate_stop;