projects
/
platform
/
upstream
/
libsolv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
to follow SUSE tools conventions
[platform/upstream/libsolv.git]
/
src
/
repo_solv.h
1
/*
2
* repo_solv.h
3
*
4
*/
5
6
#ifndef REPO_SOLVE_H
7
#define REPO_SOLVE_H
8
9
#ifdef __cplusplus
10
extern "C" {
11
#endif
12
13
#include "pool.h"
14
#include "repo.h"
15
16
extern Repo *pool_addrepo_solv(Pool *pool, FILE *fp, const char *name);
17
18
#ifdef __cplusplus
19
}
20
#endif
21
22
#endif /* REPO_SOLVE_H */