]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Fix repo_add_arch_local() declaration
authorMichael Schroeder <mls@suse.de>
Mon, 25 Nov 2024 11:03:29 +0000 (12:03 +0100)
committerMichael Schroeder <mls@suse.de>
Mon, 25 Nov 2024 11:03:29 +0000 (12:03 +0100)
ext/repo_arch.h

index 78a2f3225d6104229e32bb37d2f0d8a4df7a67ff..9fc1dffaf4e95642d69dde2dbd5a16a738a2a10f 100644 (file)
@@ -9,5 +9,5 @@
 
 extern Id repo_add_arch_pkg(Repo *repo, const char *fn, int flags);
 extern Id repo_add_arch_repo(Repo *repo, FILE *fp, int flags);
-extern Id repo_add_arch_local(Repo *repo, const char *dir, int flags);
+extern int repo_add_arch_local(Repo *repo, const char *dir, int flags);