]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Fix repo_add_arch_repo return type
authorMichael Schroeder <mls@suse.de>
Tue, 17 Dec 2024 11:15:54 +0000 (12:15 +0100)
committerMichael Schroeder <mls@suse.de>
Tue, 17 Dec 2024 11:15:54 +0000 (12:15 +0100)
ext/repo_arch.h

index 9fc1dffaf4e95642d69dde2dbd5a16a738a2a10f..4a649cb1de4ed828c3b0a05692092767ee116bf6 100644 (file)
@@ -8,6 +8,6 @@
 #define ARCH_ADD_WITH_PKGID  (1 << 8)
 
 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 int repo_add_arch_repo(Repo *repo, FILE *fp, int flags);
 extern int repo_add_arch_local(Repo *repo, const char *dir, int flags);