libzypp 17.37.17
bytearray.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
15#ifndef ZYPP_NG_CORE_BYTEARRAY_H_INCLUDED
16#define ZYPP_NG_CORE_BYTEARRAY_H_INCLUDED
17
18#include <zypp-core/ByteArray.h>
19
20namespace zyppng {
23}
24
25#endif