summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg.h
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:23:29 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:23:29 (EST)
commit6a36527ec6863a6fe0f4019691fe70d3e78774a5 (patch)
tree2ecab3f5c4b428dcf97d2b80e659567bae6a89fa /libopkg/opkg.h
parent3c8103dbb9e9577ae3a6070d2f97064e64e576ed (diff)
opkg: adding repository check function
git-svn-id: http://opkg.googlecode.com/svn/trunk@136 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/opkg.h')
-rw-r--r--libopkg/opkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopkg/opkg.h b/libopkg/opkg.h
index 36da8cf..970590c 100644
--- a/libopkg/opkg.h
+++ b/libopkg/opkg.h
@@ -85,5 +85,6 @@ int opkg_list_packages (opkg_t *opkg, opkg_package_callback_t callback, void *us
int opkg_list_upgradable_packages (opkg_t *opkg, opkg_package_callback_t callback, void *user_data);
opkg_package_t* opkg_find_package (opkg_t *opkg, const char *name, const char *version, const char *architecture, const char *repository);
+int opkg_repository_accessibility_check(opkg_t *opkg);
#endif /* OPKG_H */