Add context for libcli_resolve.
[samba-svnmirror.git] / source / libcli / resolve / resolve.h
index 72db3839a2844240fcaa8b90ca4e1eabdb05197e..73cb78c12412388548ba6c16911fd6757efb1c3e 100644 (file)
@@ -23,6 +23,8 @@
 #define __RESOLVE_H__
 
 #include "libcli/nbt/libnbt.h"
+typedef struct composite_context *(*resolve_name_send_fn)(TALLOC_CTX *mem_ctx, struct event_context *, void *privdata, struct nbt_name *);
+typedef NTSTATUS (*resolve_name_recv_fn)(struct composite_context *, TALLOC_CTX *, const char **);
 #include "libcli/resolve/proto.h"
 
 #endif /* __RESOLVE_H__ */