summaryrefslogtreecommitdiff
path: root/ext/repo_rpmmd.h
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2011-01-07 15:32:09 +0100
committerMichael Schroeder <mls@suse.de>2011-01-07 15:33:38 +0100
commit2397144294c496fe17c3a8b7ae2eaa45f2898b93 (patch)
tree3ab0217e59a5f0461e03d3311d83fc2f5f6fb0cf /ext/repo_rpmmd.h
parent4dcc97726161ed46bb7041ce16669faa637cb05d (diff)
downloadlibsolv-2397144294c496fe17c3a8b7ae2eaa45f2898b93.tar.gz
libsolv-2397144294c496fe17c3a8b7ae2eaa45f2898b93.tar.bz2
libsolv-2397144294c496fe17c3a8b7ae2eaa45f2898b93.zip
- kill stillborn KINDS_SEPARATELY, use getopt() in tools
Diffstat (limited to 'ext/repo_rpmmd.h')
-rw-r--r--ext/repo_rpmmd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/repo_rpmmd.h b/ext/repo_rpmmd.h
index 9b021b2..931a7f3 100644
--- a/ext/repo_rpmmd.h
+++ b/ext/repo_rpmmd.h
@@ -5,6 +5,4 @@
* for further information
*/
-#define RPMMD_KINDS_SEPARATELY (1 << 2)
-
extern void repo_add_rpmmd(Repo *repo, FILE *fp, const char *language, int flags);