#include <config.h>
#include <cstdlib>
#include <iostream>
#include <locale>
#include <termios.h>
#include <unistd.h>
#include <boost/format.hpp>
#include <syslog.h>
#include "sbuild.h"
#include "schroot-options.h"
Include dependency graph for schroot.cc:
Functions | |
void | print_version (std::ostream &stream, schroot::options &options) |
Print version information. | |
sbuild::string_list | get_chroot_options (std::tr1::shared_ptr< sbuild::chroot_config > &config, schroot::options &options) |
Get a list of chroots based on the specified options (--all, --chroot). | |
int | main (int argc, char *argv[]) |
Main routine. |
|
Get a list of chroots based on the specified options (--all, --chroot).
|
|
Main routine.
|
|
Print version information.
|