]> git.tdb.fi Git - builder.git/blob - source/makesymlink.h
Replace per-file copyright notices with a single file
[builder.git] / source / makesymlink.h
1 #ifndef MAKESYMLINK_H_
2 #define MAKESYMLINK_H_
3
4 #include "action.h"
5
6 class Symlink;
7
8 class MakeSymlink: public Action
9 {
10 public:
11         MakeSymlink(Builder &, const Symlink &);
12         virtual int check();
13 };
14
15 #endif