diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-10-14 12:38:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:41:25 -0500 |
commit | b2da403af9963b9242f0a61ce0ed1d005acf2bd7 (patch) | |
tree | 8e4f435a8c60109376837e4973c445f4a5545cb3 /source4/include | |
parent | e44c76ebd75af22f15b4ab2dd87421e66632eac0 (diff) | |
download | samba-b2da403af9963b9242f0a61ce0ed1d005acf2bd7.tar.gz samba-b2da403af9963b9242f0a61ce0ed1d005acf2bd7.tar.bz2 samba-b2da403af9963b9242f0a61ce0ed1d005acf2bd7.zip |
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)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/structs.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |