yast2-snapper
|
#include <Y2.h>
#include <scr/SCRAgent.h>
#include <snapper/Snapper.h>
#include <snapper/Snapshot.h>
#include <snapper/Comparison.h>
#include <snapper/File.h>
#include <snapper/Logger.h>
#include <ctype.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <boost/algorithm/string.hpp>
#include <btrfs/ioctl.h>
Go to the source code of this file.
Classes | |
class | SnapperAgent |
An interface class between YaST2 and Snapper Agent. More... | |