diff options
| author | Sam Hartman <hartmans@mit.edu> | 2006-10-21 20:20:30 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 2006-10-21 20:20:30 +0000 |
| commit | faa68ad5ae7d1504b8be9e8a7bedb0b6e533d3cd (patch) | |
| tree | 314105a642beca7c1117bd24b069719e37ac3b35 /src/lib/ccapi/windows/cacheapi.def | |
| parent | c1c08a16cde35a876a8c7fd36470cc7a1f2536c3 (diff) | |
| download | krb5-faa68ad5ae7d1504b8be9e8a7bedb0b6e533d3cd.tar.gz krb5-faa68ad5ae7d1504b8be9e8a7bedb0b6e533d3cd.tar.xz krb5-faa68ad5ae7d1504b8be9e8a7bedb0b6e533d3cd.zip | |
Delete src/lib/ccapi.
The ccapi shipped in 1.6 will not be based off this code
and will live in src/ccapi.
It will be copied onto the trunk and branch when ready, but this code is being removed before the branch cut.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18731 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ccapi/windows/cacheapi.def')
| -rw-r--r-- | src/lib/ccapi/windows/cacheapi.def | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/lib/ccapi/windows/cacheapi.def b/src/lib/ccapi/windows/cacheapi.def deleted file mode 100644 index c54cc11068..0000000000 --- a/src/lib/ccapi/windows/cacheapi.def +++ /dev/null @@ -1,29 +0,0 @@ -EXPORTS
- ; ccapi v3 only exports one function
- cc_initialize @14
-
- ; ccapi v2 compatibility functions
- cc_close @2
- cc_create @3
- cc_destroy @4
- cc_free_NC_info @5
- cc_free_creds @6
- cc_free_name @7
- cc_free_principal @8
- cc_get_NC_info @9
- cc_get_change_time @10
- cc_get_cred_version @11
- cc_get_name @12
- cc_get_principal @13
- cc_lock_request @15
- cc_open @16
- cc_remove_cred @17
- cc_seq_fetch_NCs_begin @18
- cc_seq_fetch_NCs_end @19
- cc_seq_fetch_NCs_next @20
- cc_seq_fetch_creds_begin @21
- cc_seq_fetch_creds_end @22
- cc_seq_fetch_creds_next @23
- cc_set_principal @24
- cc_shutdown @25
- cc_store @26
|
