1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

libcli/util Remove prototype for ntstatus_dos_equal()

This was removed recently.
This commit is contained in:
Andrew Bartlett 2011-06-01 22:16:08 +10:00
parent d168a5e703
commit 6bf88222cc

View 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
*****************************************************************************/