OLD | NEW |
1 /* | 1 /* |
2 * Copyright (c) 2011 The Native Client Authors. All rights reserved. | 2 * Copyright (c) 2011 The Native Client Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 */ | 5 */ |
6 #ifndef NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_MANIFEST_RPC_H_ | 6 #ifndef NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_MANIFEST_RPC_H_ |
7 #define NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_MANIFEST_RPC_H_ | 7 #define NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_MANIFEST_RPC_H_ |
8 | 8 |
9 /* | 9 /* |
10 * Manifest RPC signatures, for use by C and C++ code. | 10 * Manifest RPC signatures, for use by C and C++ code. |
11 */ | 11 */ |
12 | 12 |
13 #define NACL_MANIFEST_LIST "manifest_list::C" | 13 #define NACL_MANIFEST_LIST "manifest_list::C" |
14 #define NACL_MANIFEST_LOOKUP "manifest_lookup:si:ihC" | 14 #define NACL_MANIFEST_LOOKUP "manifest_lookup:si:ihlC" |
15 #define NACL_MANIFEST_UNREF "mainfest_unref:C:" | 15 #define NACL_MANIFEST_UNREF "mainfest_unref:C:" |
16 | 16 |
17 #endif | 17 #endif |
OLD | NEW |