summaryrefslogtreecommitdiffstats
path: root/src/windows/lib/gic.h
diff options
context:
space:
mode:
authorMarc Horowitz <marc@mit.edu>1998-10-30 02:56:35 +0000
committerMarc Horowitz <marc@mit.edu>1998-10-30 02:56:35 +0000
commit1440ab035ba04550ddbbfbff1ee9b5571e3d95db (patch)
tree9d5e8d2e151a930e044c7d0f7c64053d244577a0 /src/windows/lib/gic.h
parent61ddbf948ba6ee70c1bc049268c3dfa73bc9983e (diff)
downloadkrb5-1440ab035ba04550ddbbfbff1ee9b5571e3d95db.tar.gz
krb5-1440ab035ba04550ddbbfbff1ee9b5571e3d95db.tar.xz
krb5-1440ab035ba04550ddbbfbff1ee9b5571e3d95db.zip
pull up 3des implementation from the marc-3des branch
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11001 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/lib/gic.h')
-rw-r--r--src/windows/lib/gic.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/windows/lib/gic.h b/src/windows/lib/gic.h
deleted file mode 100644
index ddea368e43..0000000000
--- a/src/windows/lib/gic.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (C) 1997 Cygnus Solutions
- *
- * Author: Michael Graff
- */
-
-#ifndef _WINDOWS_LIB_GIC_H
-#define _WINDOWS_LIB_GIC_H
-
-#include <windows.h>
-#include <windowsx.h>
-
-#include "krb5.h"
-
-typedef struct {
- HINSTANCE hinstance; /* application instance */
- HWND hwnd; /* parent window */
- WORD id; /* starting ID */
- WORD width; /* max width of the dialog box */
- const char *banner; /* the banner */
- WORD num_prompts; /* the number of prompts we were passed */
- krb5_prompt *prompts; /* the prompts themselves */
-} gic_data;
-
-krb5_error_code KRB5_CALLCONV gic_prompter(krb5_context, void *, const char *,
- int, krb5_prompt []);
-
-#endif /* _WINDOWS_LIB_GIC_H */