diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-30 00:40:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:21 -0500 |
commit | 1f5a8f892ff09f2633610c0f520d96f892674933 (patch) | |
tree | 1dfd7b5e7b2b3c6e87af2e4c202c4410e1420c18 /source4/libcli/nbt | |
parent | b729cc821123ff48b8c4d06d59ee0c0d00f070ba (diff) | |
download | samba-1f5a8f892ff09f2633610c0f520d96f892674933.tar.gz samba-1f5a8f892ff09f2633610c0f520d96f892674933.tar.bz2 samba-1f5a8f892ff09f2633610c0f520d96f892674933.zip |
r15344: Fix shared library build
(This used to be commit 7113a16309a83225f3ab6ccbfe48778ae8fc52e8)
Diffstat (limited to 'source4/libcli/nbt')
-rw-r--r-- | source4/libcli/nbt/nbtsocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/nbt/nbtsocket.c b/source4/libcli/nbt/nbtsocket.c index eca5253113..1e808e698d 100644 --- a/source4/libcli/nbt/nbtsocket.c +++ b/source4/libcli/nbt/nbtsocket.c @@ -302,7 +302,7 @@ static void nbt_name_socket_handler(struct event_context *ev, struct fd_event *f initialise a nbt_name_socket. The event_ctx is optional, if provided then operations will use that event context */ -struct nbt_name_socket *nbt_name_socket_init(TALLOC_CTX *mem_ctx, +_PUBLIC_ struct nbt_name_socket *nbt_name_socket_init(TALLOC_CTX *mem_ctx, struct event_context *event_ctx) { struct nbt_name_socket *nbtsock; |