/src/update.h
https://bitbucket.org/maciekpacut/magazyn · C Header · 22 lines · 10 code · 7 blank · 5 comment · 0 complexity · 30445176b8fd27e415dc4b2f1c3179e9 MD5 · raw file
- #pragma once
- /*
- * Maciej Pacut, 2011
- *
- * update.h
- */
- #include <string>
- #include "boost/filesystem.hpp"
- namespace fs = boost::filesystem;
- #include <boost/program_options.hpp>
- namespace po = boost::program_options;
- #include "translation.h"
- #include "fetch.h"
- #include "config.h"
- int update(const po::variables_map& config_file);