diff options
| author | Zhanna Tsitkov <tsitkova@mit.edu> | 2010-01-06 18:39:18 +0000 |
|---|---|---|
| committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2010-01-06 18:39:18 +0000 |
| commit | abc9b1618c68619b16840059846f1d3776dc90a4 (patch) | |
| tree | bde0382e6431545f1c8e84abc0aeda4e36cda64f /src/include | |
| parent | 69d083ca106bfeb4a5aae74cc563248658ab382a (diff) | |
| download | krb5-abc9b1618c68619b16840059846f1d3776dc90a4.tar.gz krb5-abc9b1618c68619b16840059846f1d3776dc90a4.tar.xz krb5-abc9b1618c68619b16840059846f1d3776dc90a4.zip | |
Since krb5int_validate_times is used only inside krb dir do not export it and move its prototype into int-proto.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23592 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index a9cb3d4b9a..2d1f405494 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1790,10 +1790,6 @@ decode_krb5_sam_response_2(const krb5_data *, krb5_sam_response_2 **); /************************************************************************* * Prototypes for krb5_decode.c *************************************************************************/ - -krb5_error_code -krb5int_validate_times(krb5_context, krb5_ticket_times *); - /* krb5_error_code decode_krb5_structure(const krb5_data *code, krb5_structure **rep); |
