diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-02-12 11:33:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:45 -0500 |
commit | e199f4cef2bac3b244d08d445421975313229283 (patch) | |
tree | acc368908e18aef24c8093cf7a28044e61754ee3 /source4/include | |
parent | ff4797a9e4b01fe8cc9421e911371677433d070c (diff) | |
download | samba-e199f4cef2bac3b244d08d445421975313229283.tar.gz samba-e199f4cef2bac3b244d08d445421975313229283.tar.bz2 samba-e199f4cef2bac3b244d08d445421975313229283.zip |
r5358: - added initial WINS server code. It passes most of the NBT-WINS test, but doesn't yet
do secure server WACK responses
- added a ldap_string_to_time() function, for converting a LDAP
formatted time to a time_t
(This used to be commit 9aa3313b3f93e47e3f93028e072f6a23b3c22385)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index 61c1f4211c..32a30d9d9d 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -173,7 +173,9 @@ struct stream_server_ops; struct nbtd_server; struct nbtd_interface; +struct wins_server; struct mutex_ops; struct ads_struct; + |