From 6bf88222cc00ac765929ed6e844552a9a776109a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 1 Jun 2011 22:16:08 +1000 Subject: libcli/util Remove prototype for ntstatus_dos_equal() This was removed recently. --- libcli/util/error.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libcli/util') diff --git a/libcli/util/error.h b/libcli/util/error.h index 5a0027c2b6..771d7a661e 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 *****************************************************************************/ -- cgit