[go: nahoru, domu]

blob: 47db04504248d5d466fe19d5448781d8948592e4 [file] [log] [blame]
cmasone@google.comdcce6cf2010-04-29 17:50:061// Copyright (c) 2010 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef BASE_NSS_SLOT_UTIL_H_
6#define BASE_NSS_SLOT_UTIL_H_
7
8#include <secmodt.h>
9
10// These functions return a type defined in an NSS header, and so cannot be
11// declared in nss_util.h. Hence, they are declared here.
12
13namespace base {
14
15PK11SlotInfo* GetDefaultNSSKeySlot();
16
17} // namespace base
18
19#endif // BASE_NSS_UTIL_H_