diff options
author | Volker Lendecke <vl@samba.org> | 2010-10-06 18:46:43 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-10-08 21:11:45 +0200 |
commit | 220aa311d100814be6d396dff96f3825fc01985f (patch) | |
tree | ad156604f02a52b4cab09f7472e86c1a0e1fc2ac /source3/torture/proto.h | |
parent | 5e482aeebf43f95aa003c68d25f7773a944b227e (diff) | |
download | samba-220aa311d100814be6d396dff96f3825fc01985f.tar.gz samba-220aa311d100814be6d396dff96f3825fc01985f.tar.xz samba-220aa311d100814be6d396dff96f3825fc01985f.zip |
s3: Add a little test for the echo responder
Diffstat (limited to 'source3/torture/proto.h')
-rw-r--r-- | source3/torture/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/proto.h b/source3/torture/proto.h index 4f9a1807aa..63004345ca 100644 --- a/source3/torture/proto.h +++ b/source3/torture/proto.h @@ -84,5 +84,6 @@ bool torture_casetable(int dummy); bool run_posix_append(int dummy); bool run_nbench2(int dummy); +bool run_async_echo(int dummy); #endif /* __TORTURE_H__ */ |