blob: a227d0fdc44a34bf916da447f4dcfc4eb1760ee1 [file] [log] [blame]
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -07001#ifndef OPTIONS_H
2#define OPTIONS_H
3
4#include <string>
5#include <vector>
6
7using namespace std;
8
9extern vector<string> g_listFiles;
10extern vector<string> g_inputBases;
11extern string g_outputBase;
12extern bool g_useHardLinks;
13
14#endif // OPTIONS_H