libcli/util Remove prototype for ntstatus_dos_equal()
authorAndrew Bartlett <abartlet@samba.org>
Wed, 1 Jun 2011 12:16:08 +0000 (22:16 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 6 Jun 2011 05:02:38 +0000 (15:02 +1000)
This was removed recently.

libcli/util/error.h

index 5a0027c2b66777f1768d54d00fd4fa2bbcc80ff9..771d7a661e924bd64d4fa003f4a3d7a8b4750840 100644 (file)
@@ -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
  *****************************************************************************/