source:
vendor/3.5.0/source4/heimdal_build/kafs.h
| Last change on this file was 414, checked in by , 16 years ago | |
|---|---|
| File size: 321 bytes | |
| Line | |
|---|---|
| 1 | int k_hasafs (void) { |
| 2 | return 0; |
| 3 | }; |
| 4 | |
| 5 | int krb_afslog (const char *cell, const char *realm) { |
| 6 | return 0; |
| 7 | }; |
| 8 | int k_unlog (void) { |
| 9 | return 0; |
| 10 | }; |
| 11 | int k_setpag (void) { |
| 12 | return 0; |
| 13 | }; |
| 14 | krb5_error_code krb5_afslog (krb5_context context, |
| 15 | krb5_ccache id, |
| 16 | const char *cell, |
| 17 | krb5_const_realm realm) { |
| 18 | return 0; |
| 19 | }; |
Note:
See TracBrowser
for help on using the repository browser.
