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

s4:kdc make function static

This commit is contained in:
Simo Sorce 2010-02-13 18:30:36 -05:00
parent 10c8b0fb73
commit 489f78d19e
2 changed files with 1 additions and 6 deletions

View File

@ -32,6 +32,7 @@
#include "kdc/kdc.h"
#include "param/param.h"
static
NTSTATUS samba_get_logon_info_pac_blob(TALLOC_CTX *mem_ctx,
struct smb_iconv_convenience *ic,
struct auth_serversupplied_info *info,

View File

@ -21,12 +21,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
NTSTATUS samba_get_logon_info_pac_blob(TALLOC_CTX *mem_ctx,
struct smb_iconv_convenience *ic,
struct auth_serversupplied_info *info,
DATA_BLOB *pac_data);
krb5_error_code samba_make_krb5_pac(krb5_context context,
DATA_BLOB *pac_blob,
krb5_pac *pac);