diff options
author | Brad Fitzpatrick <bradfitz@golang.org> | 2012-05-24 14:10:54 -0700 |
---|---|---|
committer | Brad Fitzpatrick <bradfitz@golang.org> | 2012-05-24 14:10:54 -0700 |
commit | 18258bdc9d5d958e07683e397aefa987c52b19cf (patch) | |
tree | 06a91b37387fa16dbc42c1e0637e8c9b313d6cec /api/next.txt | |
parent | acef2feed9613464f2bc107a7efbd4e44708e006 (diff) | |
download | go-18258bdc9d5d958e07683e397aefa987c52b19cf.tar.gz |
archive/tar: add FileInfoHeader function
Fixes issue 3295
R=adg, rsc, mike.rosset
CC=golang-dev
http://codereview.appspot.com/5796073
Diffstat (limited to 'api/next.txt')
-rw-r--r-- | api/next.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next.txt b/api/next.txt index 1279a7ace..5147f9958 100644 --- a/api/next.txt +++ b/api/next.txt @@ -1,3 +1,4 @@ +pkg archive/tar, func FileInfoHeader(os.FileInfo, string) (*Header, error) pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA uint16 pkg crypto/tls, const TLS_RSA_WITH_AES_256_CBC_SHA uint16 pkg crypto/x509, const ECDSA PublicKeyAlgorithm |