diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-01 22:16:08 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-06 15:02:38 +1000 |
commit | 6bf88222cc00ac765929ed6e844552a9a776109a (patch) | |
tree | d0300fa43c943de632b30fa3f3f506d6667040b9 /libcli/util | |
parent | d168a5e703288a5fba3f35a6e44d3f5d5733e6c5 (diff) | |
download | samba-6bf88222cc00ac765929ed6e844552a9a776109a.tar.gz samba-6bf88222cc00ac765929ed6e844552a9a776109a.tar.xz samba-6bf88222cc00ac765929ed6e844552a9a776109a.zip |
libcli/util Remove prototype for ntstatus_dos_equal()
This was removed recently.
Diffstat (limited to 'libcli/util')
-rw-r--r-- | libcli/util/error.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcli/util/error.h b/libcli/util/error.h index 5a0027c2b66..771d7a661e9 100644 --- a/libcli/util/error.h +++ b/libcli/util/error.h @@ -23,9 +23,6 @@ #include "libcli/util/doserr.h" #include "libcli/util/ntstatus.h" -/** NT error on DOS connection! (NT_STATUS_OK) */ -bool ntstatus_dos_equal(NTSTATUS status1, NTSTATUS status2); - /***************************************************************************** convert a NT status code to a dos class/code *****************************************************************************/ |