aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/http_c.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2016-12-07 22:45:12 -0800
committerGitHub <noreply@github.com>2016-12-07 22:45:12 -0800
commit43558dc40a27ddcb90b9c603f3b0924a04b81ab0 (patch)
tree6504d57b178698e410da415ec1213f7a76404ba9 /src/core/hle/service/http_c.cpp
parentbc48e2bda6012b578748608e093d4f9e25b191cd (diff)
parenta09602d6f6a98fcadbb32657126196836e66d4e0 (diff)
Merge pull request #2283 from lioncash/svc
service: Update function tables
Diffstat (limited to 'src/core/hle/service/http_c.cpp')
-rw-r--r--src/core/hle/service/http_c.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/service/http_c.cpp b/src/core/hle/service/http_c.cpp
index 3cf62a4b8..65c7babe5 100644
--- a/src/core/hle/service/http_c.cpp
+++ b/src/core/hle/service/http_c.cpp
@@ -55,6 +55,10 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x002E0040, nullptr, "DestroyRootCertChain"},
{0x002F0082, nullptr, "RootCertChainAddCert"},
{0x00300080, nullptr, "RootCertChainAddDefaultCert"},
+ {0x00310080, nullptr, "RootCertChainRemoveCert"},
+ {0x00320084, nullptr, "OpenClientCertContext"},
+ {0x00330040, nullptr, "OpenDefaultClientCertContext"},
+ {0x00340040, nullptr, "CloseClientCertContext"},
{0x00350186, nullptr, "SetDefaultProxy"},
{0x00360000, nullptr, "ClearDNSCache"},
{0x00370080, nullptr, "SetKeepAlive"},