LCOV - code coverage report
Current view: top level - import - import-raw.h (source / functions) Hit Total Coverage
Test: main_coverage.info Lines: 0 1 0.0 %
Date: 2019-08-22 15:41:25 Functions: 0 1 0.0 %

          Line data    Source code
       1             : /* SPDX-License-Identifier: LGPL-2.1+ */
       2             : #pragma once
       3             : 
       4             : #include "sd-event.h"
       5             : 
       6             : #include "import-util.h"
       7             : #include "macro.h"
       8             : 
       9             : typedef struct RawImport RawImport;
      10             : 
      11             : typedef void (*RawImportFinished)(RawImport *import, int error, void *userdata);
      12             : 
      13             : int raw_import_new(RawImport **import, sd_event *event, const char *image_root, RawImportFinished on_finished, void *userdata);
      14             : RawImport* raw_import_unref(RawImport *import);
      15             : 
      16           0 : DEFINE_TRIVIAL_CLEANUP_FUNC(RawImport*, raw_import_unref);
      17             : 
      18             : int raw_import_start(RawImport *i, int fd, const char *local, bool force_local, bool read_only);

Generated by: LCOV version 1.14