From 2319d01e262b705716e19474865f555f3ca81a7d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 13:50:13 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- bpkg/archive | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 bpkg/archive (limited to 'bpkg/archive') diff --git a/bpkg/archive b/bpkg/archive deleted file mode 100644 index 1f33538..0000000 --- a/bpkg/archive +++ /dev/null @@ -1,40 +0,0 @@ -// file : bpkg/archive -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -#ifndef BPKG_ARCHIVE -#define BPKG_ARCHIVE - -#include - -#include -#include - -#include - -namespace bpkg -{ - // Return the package directory based on the package archive. - // - dir_path - package_dir (const path& archive); - - // Start the process of extracting the specified file from the archive. If - // error is false, then redirect STDERR to /dev/null (this can be used, for - // example, to suppress diagnostics). - // - // Return a pair of processes that form a pipe. Wait on the second first. - // - pair - start_extract (const common_options&, - const path& archive, - const path& file, - bool error = true); - - // Start as above and then extract the file content as a string. - // - string - extract (const common_options&, const path& archive, const path& file); -} - -#endif // BPKG_ARCHIVE -- cgit v1.1