- add solvable allocation functions
[platform/upstream/libsolv.git] / tools / repo_helix.h
1 /*
2  * Copyright (c) 2007, Novell Inc.
3  *
4  * This program is licensed under the BSD license, read LICENSE.BSD
5  * for further information
6  */
7
8 /*
9  * repo_helix.h
10  * 
11  */
12
13 #ifndef REPO_HELIX_H
14 #define REPO_HELIX_H
15
16 #include <stdio.h>
17 #include "pool.h"
18 #include "repo.h"
19
20 extern void repo_add_helix(Repo *repo, FILE *fp);
21
22 #endif /* REPO_HELIX_H */