libzypp 17.34.1
rpc.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8----------------------------------------------------------------------*/
9#ifndef ZYPP_NG_RPC_RPC_H_INCLUDED
10#define ZYPP_NG_RPC_RPC_H_INCLUDED
11
12#include <cstdint>
13namespace zyppng::rpc {
17 using HeaderSizeType = uint32_t;
18}
19
20#endif
uint32_t HeaderSizeType
Definition rpc.h:17