summaryrefslogtreecommitdiffstats
blob: 9a0ee924ef6cb13216fb08610d2e6d50d381fe4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2012 Isode Limited, London, England.
 * Licensed under the simplified BSD license.
 * See Documentation/Licenses/BSD-simplified.txt for more information.
 */

#pragma once

#include <string>

namespace Swift {
	std::string selectCAPICertificate();
}