summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_vampire.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-06-12 17:22:20 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-06-15 10:51:34 +1000
commit1104b41f1e7d794f0bb52b9f8c96d7fe43ca0edc (patch)
tree9084bad73e2d77de0fa9c43738e0f7a676e7c3b9 /source4/libnet/libnet_vampire.h
parent2977c659ea1c2b647b8afd4c83cf82eac7e3ec2f (diff)
downloadsamba-1104b41f1e7d794f0bb52b9f8c96d7fe43ca0edc.tar.gz
samba-1104b41f1e7d794f0bb52b9f8c96d7fe43ca0edc.tar.bz2
samba-1104b41f1e7d794f0bb52b9f8c96d7fe43ca0edc.zip
s4:libnet Make the libnet_vampire default callbacks non-static
These are intended to be called from the NET-API-BECOMEDC torture test to avoid duplication of code. Andrew Bartlett Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
Diffstat (limited to 'source4/libnet/libnet_vampire.h')
-rw-r--r--source4/libnet/libnet_vampire.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/libnet/libnet_vampire.h b/source4/libnet/libnet_vampire.h
index 5e0c7594b2..9bf64d3a38 100644
--- a/source4/libnet/libnet_vampire.h
+++ b/source4/libnet/libnet_vampire.h
@@ -36,5 +36,7 @@ struct libnet_Vampire {
} out;
};
+/* Private context for the default callbacks */
+struct libnet_vampire_cb_state;
#endif /* __LIBNET_VAMPIRE_H__ */