From 6a36527ec6863a6fe0f4019691fe70d3e78774a5 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 00:23:29 -0500 Subject: opkg: adding repository check function git-svn-id: http://opkg.googlecode.com/svn/trunk@136 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/opkg.h') 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 */ -- cgit v0.9.1