| Index: base/nss_util_internal.h
|
| ===================================================================
|
| --- base/nss_util_internal.h (revision 0)
|
| +++ base/nss_util_internal.h (revision 0)
|
| @@ -0,0 +1,19 @@
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef BASE_NSS_SLOT_UTIL_H_
|
| +#define BASE_NSS_SLOT_UTIL_H_
|
| +
|
| +#include <secmodt.h>
|
| +
|
| +// These functions return a type defined in an NSS header, and so cannot be
|
| +// declared in nss_util.h. Hence, they are declared here.
|
| +
|
| +namespace base {
|
| +
|
| +PK11SlotInfo* GetDefaultNSSKeySlot();
|
| +
|
| +} // namespace base
|
| +
|
| +#endif // BASE_NSS_UTIL_H_
|
|
|
| Property changes on: base/nss_util_internal.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|