Update Brazilian Portuguese translation
[dasher.git] / Src / Common / Globber.h
blob69ee08f1c62ceb801cd9eed671fa57ca82ced542
1 //
2 // Globber.h
3 // Dasher
4 //
5 // Created by Alan Lawrence on 21/9/11.
6 // Copyright 2011 Cambridge University. All rights reserved.
7 //
9 #ifndef __GLOBBER_H__
10 #define __GLOBBER_H__
12 #include "../DasherCore/AbstractXMLParser.h"
14 void globScan(AbstractParser *parser,
15 const char **userPaths,
16 const char **systemPaths);
17 #endif