git.fiddlerwoaroof.com
typealiases.h
0d8b9a17
 /* Copyright (C) CJ Affiliate
  *
  * You may use, distribute and modify this code under  the
  * terms of the  GNU General Public License  version 2  or
  * later.
  *
  * You should have received a copy of the license with this
  * file. If not, you will find a copy in the "LICENSE" file
  * at https://github.com/cjdev/dual-control.
  */
 
c1e18905
 #ifndef TYPEALIASEES_H_
 #define TYPEALIASEES_H_
 #include <vector>
 
 using octet_vector = typename std::vector<uint8_t>;
 
 #endif
0d8b9a17