From b2da403af9963b9242f0a61ce0ed1d005acf2bd7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 Oct 2005 12:38:07 +0000 Subject: r11007: r10109@SERNOX: metze | 2005-09-09 12:29:12 +0200 - move structs to a seperate header file - move the code for the wreplsrv_in_call handling to a seperate file metze (This used to be commit c9a8544446312d96ecadcf370af76d9dc5b2531a) --- source4/include/structs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index bd0ebc5a27..86cd3e1de8 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -272,6 +272,9 @@ struct mutex_ops; struct ads_struct; +struct wreplsrv_in_connection; +struct wreplsrv_in_call; + struct wrepl_packet; struct wrepl_associate; struct wrepl_associate_stop; -- cgit