X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tools%2Fcommon_write.h;h=fda1fd5726d059d66d0208c0a062413d811f755c;hb=4ddbcf346d1185bacbe63dba6e9317424b5206b9;hp=7630edd1a7d735f187700d9e0a289b9d8b81811c;hpb=a1052e73b2d754fc754294a25ac0bbd5ba35c1a3;p=platform%2Fupstream%2Flibsolv.git diff --git a/tools/common_write.h b/tools/common_write.h index 7630edd..fda1fd5 100644 --- a/tools/common_write.h +++ b/tools/common_write.h @@ -10,6 +10,6 @@ #include "repo.h" -void tool_write(Repo *repo, const char *basename, const char *attrname); +void tool_write(Repo *repo, FILE *fp); #endif