/src/update.h

https://bitbucket.org/maciekpacut/magazyn · C Header · 22 lines · 10 code · 7 blank · 5 comment · 0 complexity · 30445176b8fd27e415dc4b2f1c3179e9 MD5 · raw file

  1. #pragma once
  2. /*
  3. * Maciej Pacut, 2011
  4. *
  5. * update.h
  6. */
  7. #include <string>
  8. #include "boost/filesystem.hpp"
  9. namespace fs = boost::filesystem;
  10. #include <boost/program_options.hpp>
  11. namespace po = boost::program_options;
  12. #include "translation.h"
  13. #include "fetch.h"
  14. #include "config.h"
  15. int update(const po::variables_map& config_file);