diff options
author | Rafal Szczesniak <mimir@samba.org> | 2005-06-18 22:12:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:27 -0500 |
commit | 52f072865da95679aa5ccc89eb173ccb189c4b78 (patch) | |
tree | e6782c0f52179aee4f5a7355f60e5a40f35f51bf | |
parent | 204722b86859da5e2addce51054323b6ad49a658 (diff) | |
download | samba-52f072865da95679aa5ccc89eb173ccb189c4b78.tar.gz samba-52f072865da95679aa5ccc89eb173ccb189c4b78.tar.bz2 samba-52f072865da95679aa5ccc89eb173ccb189c4b78.zip |
r7733: New io structure for name lookup function.
rafal
(This used to be commit 12b468417da04a2b7ddcacdf224ed7d055f0d3d9)
-rw-r--r-- | source4/include/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index 2c8003e791..e71ea1643e 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -175,6 +175,7 @@ struct libnet_CreateUser; struct libnet_ListShares; struct libnet_AddShare; struct libnet_DelShare; +struct libnet_Lookup; struct net_functable; struct net_context; |