Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: ports/nacl-spawn/nacl_main.h

Issue 627103003: Add shared library version of libcli_main Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/nacl-spawn/library_dependencies.h ('k') | ports/nacl-spawn/nacl_spawn.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/nacl-spawn/nacl_main.h
diff --git a/ports/nacl-spawn/nacl_main.h b/ports/nacl-spawn/nacl_main.h
deleted file mode 100644
index 46c4fd9d2cc84b52923e177ef4967947f9d084f3..0000000000000000000000000000000000000000
--- a/ports/nacl-spawn/nacl_main.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Copyright (c) 2014 The Native Client Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef _NACL_SPAWN_NACL_MAIN_H_
-#define _NACL_SPAWN_NACL_MAIN_H_
-
-#include <spawn.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*
- * Entry point expected by libcli_main.a
- */
-extern int nacl_main(int argc, char* argv[]);
-
-/*
- * Untar a startup bundle to a particular root.
- *
- * NOTE: This lives in libcli_main.a
- * Args:
- * arg0: The contents of argv[0], used to determine relative tar location.
- * tarfile: The name of a tarfile to extract.
- * root: The absolute path to extract the startup tar file to.
- */
-extern int nacl_startup_untar(
- const char* argv0, const char* tarfile, const char* root);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
« no previous file with comments | « ports/nacl-spawn/library_dependencies.h ('k') | ports/nacl-spawn/nacl_spawn.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698