libzypp 17.37.17
url.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8----------------------------------------------------------------------*/
9#ifndef ZYPP_NG_CORE_URL_H_INCLUDED
10#define ZYPP_NG_CORE_URL_H_INCLUDED
11
12#include <zypp-core/Url.h>
13
14namespace zyppng {
15 using Url = zypp::Url;
16}
17
18#endif
Url manipulation class.
Definition Url.h:93