From 08a92571872aaa6d4cb8d43c6170c358f8ef0d94 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Sun, 14 Dec 2008 23:53:45 -0500 Subject: opkg: remove redundant OPKG_LIB conditional code git-svn-id: http://opkg.googlecode.com/svn/trunk@49 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/opkg_cmd.h') diff --git a/libopkg/opkg_cmd.h b/libopkg/opkg_cmd.h index 157e929..4a691d9 100644 --- a/libopkg/opkg_cmd.h +++ b/libopkg/opkg_cmd.h @@ -29,12 +29,8 @@ struct opkg_cmd typedef struct opkg_cmd opkg_cmd_t; opkg_cmd_t *opkg_cmd_find(const char *name); -#ifdef OPKG_LIB int opkg_cmd_exec(opkg_cmd_t *cmd, opkg_conf_t *conf, int argc, const char **argv, void *userdata); -#else -int opkg_cmd_exec(opkg_cmd_t *cmd, opkg_conf_t *conf, int argc, const char **argv); -#endif int opkg_multiple_files_scan (opkg_conf_t *conf, int argc, char *argv[]); /* install any packges with state_want == SW_INSTALL */ int opkg_install_wanted_packages(opkg_conf_t *conf); -- cgit v0.9.1