| OLD | NEW |
| (Empty) |
| 1 /* | |
| 2 * Copyright 2011 The Native Client Authors. All rights reserved. | |
| 3 * Use of this source code is governed by a BSD-style license that can be | |
| 4 * found in the LICENSE file. | |
| 5 */ | |
| 6 | |
| 7 #ifndef NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_NAME_SERVICE_DEFAULT_NAME_SERV
ICE_H_ | |
| 8 #define NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_NAME_SERVICE_DEFAULT_NAME_SERV
ICE_H_ | |
| 9 | |
| 10 #include "native_client/src/include/nacl_base.h" | |
| 11 #include "native_client/src/include/portability.h" | |
| 12 | |
| 13 #include "native_client/src/trusted/desc/nacl_desc_base.h" | |
| 14 | |
| 15 #include "native_client/src/trusted/service_runtime/name_service/name_service.h" | |
| 16 | |
| 17 int NaClDefaultNameServiceInit(struct NaClNameService *ns); | |
| 18 | |
| 19 #endif | |
| OLD | NEW |