libzypp 17.31.23
providefwd.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\----------------------------------------------------------------------/
9*
10* This file contains private API, this might break at any time between releases.
11* You have been warned!
12*
13*/
14#ifndef ZYPP_MEDIA_PROVIDE_FWD_H_INCLUDED
15#define ZYPP_MEDIA_PROVIDE_FWD_H_INCLUDED
16
17#include <memory>
18#include <zypp-core/zyppng/base/zyppglobal.h>
19
20namespace zyppng {
28 class HeaderValueMap;
30}
31
32#endif
ZYPP_FWD_DECL_TYPE_WITH_REFS(SuseMediaDataVerifier)