/usr/include/x86_64-linux-gnu/zypp/Bitmap.h is in libzypp-dev 14.29.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | /*---------------------------------------------------------------------\
| ____ _ __ __ ___ |
| |__ / \ / / . \ . \ |
| / / \ V /| _/ _/ |
| / /__ | | | | | | |
| /_____||_| |_| |_| |
| |
\---------------------------------------------------------------------*/
/** \file zypp/Bitmap.h
*
*/
#ifndef ZYPP_BITMAP_H
#define ZYPP_BITMAP_H
#include "zypp/sat/Map.h"
///////////////////////////////////////////////////////////////////
namespace zypp
{
typedef sat::Map Bitmap;
} // namespace zypp
///////////////////////////////////////////////////////////////////
#endif // ZYPP_BITMAP_H
|