libzypp  11.13.5
RepoParser.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
9 
10 #ifndef ZYPP_PARSER_PLAINDIR_REPOPARSER_H
11 #define ZYPP_PARSER_PLAINDIR_REPOPARSER_H
12 
13 #include "zypp/RepoStatus.h"
14 
16 namespace zypp
17 {
18 
19  namespace parser
20  {
21 
22  namespace plaindir
23  {
24 
28  RepoStatus dirStatus( const Pathname &dir );
29 
31  } // namespace plaindir
34  } // namespace parser
37 } // namespace zypp
39 #endif // ZYPP_PARSER_PLAINDIR_REPOPARSER_H