repo_solv.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2007, Novell Inc.
00003  *
00004  * This program is licensed under the BSD license, read LICENSE.BSD
00005  * for further information
00006  */
00007 
00008 /*
00009  * repo_solv.h
00010  *
00011  */
00012 
00013 #ifndef SATSOLVER_REPO_SOLVE_H
00014 #define SATSOLVER_REPO_SOLVE_H
00015 
00016 #ifdef __cplusplus
00017 extern "C" {
00018 #endif
00019 
00020 #include <stdio.h>
00021 
00022 #include "pool.h"
00023 #include "repo.h"
00024 
00025 extern int repo_add_solv(Repo *repo, FILE *fp);
00026 extern int repo_add_solv_flags(Repo *repo, FILE *fp, int flags);
00027 
00028 #define SOLV_ADD_NO_STUBS       (1 << 8)
00029 
00030 #ifdef __cplusplus
00031 }
00032 #endif
00033 
00034 #endif /* SATSOLVER_REPO_SOLVE_H */
Generated on Mon Dec 12 11:44:12 2011 for satsolver by  doxygen 1.6.3