blob: a227d0fdc44a34bf916da447f4dcfc4eb1760ee1 [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001#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