From: Volker Lendecke Date: Fri, 25 Apr 2008 14:33:15 +0000 (+0200) Subject: Revert "Make convert_samr_dispinfo_to_NET_DISPLAY() static" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf2c31ae0b11fb18b7e3f23695784bb834145ec7;p=thirdparty%2Fsamba.git Revert "Make convert_samr_dispinfo_to_NET_DISPLAY() static" This reverts commit a30a26d471a572167ee13bf10be1a275a6592851. --- diff --git a/source/lib/netapi/user.c b/source/lib/netapi/user.c index f2dc785a36f..05a051067ad 100644 --- a/source/lib/netapi/user.c +++ b/source/lib/netapi/user.c @@ -845,11 +845,11 @@ static WERROR convert_samr_dispinfo_to_NET_DISPLAY_GROUP(TALLOC_CTX *mem_ctx, /**************************************************************** ****************************************************************/ -static WERROR convert_samr_dispinfo_to_NET_DISPLAY(TALLOC_CTX *mem_ctx, - union samr_DispInfo *info, - uint32_t level, - uint32_t *entries_read, - void **buffer) +WERROR convert_samr_dispinfo_to_NET_DISPLAY(TALLOC_CTX *mem_ctx, + union samr_DispInfo *info, + uint32_t level, + uint32_t *entries_read, + void **buffer) { switch (level) { case 1: