projects
/
platform
/
upstream
/
libsolv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add ENABLE_COMPLEX_DEPS flag
[platform/upstream/libsolv.git]
/
tools
/
common_write.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
#ifndef COMMON_WRITE_H
9
#define COMMON_WRITE_H
10
11
#include "repo.h"
12
13
void tool_write(Repo *repo, FILE *fp);
14
15
#endif