aboutsummaryrefslogtreecommitdiff
path: root/include/fetch.h
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-07-07 06:31:14 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-07-07 06:31:14 +0000
commit8fb080d0600d25f3f4937b450f74c0a7a242b3a4 (patch)
treed060fbb42c5efee3622aa4d52ccf51a9bfa3f7dd /include/fetch.h
parent23ac5cee1ab80c71058c6831e7275e08e10029b9 (diff)
doesn't work at all but checkpoint anyway!
Diffstat (limited to 'include/fetch.h')
-rw-r--r--include/fetch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fetch.h b/include/fetch.h
index e58067e..d392098 100644
--- a/include/fetch.h
+++ b/include/fetch.h
@@ -23,6 +23,6 @@
#include "pkg.h"
-void fetch(package_t *pkg);
+bool fetch(package_t *pkg);
#endif